Html Css Color HEX #CDDF70 Mindaro

📋 copy color: '#CDDF70'

red 205 ◦ green 223 ◦ blue 112

#CDDF70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CDDF70

Tints of Mindaro #CDDF70

RGB

 RED value IS 205 (80.47% from 255) = 37.96%

 GREEN value IS 223 (87.5% from 255) = 41.3%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 37.96%
G = 41.3%
B = 20.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDDF70 (or 0xCDDF70) is known color: Mindaro. HEX triplet: CD, DF and 70. RGB value is (205,223,112). Sum of RGB (Red+Green+Blue) = 205+223+112=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF70 is #32208F. Grayscale: #CDCDCD. Windows color (decimal): -3285136 or 7397325. OLE color: 7397325.

HSL color Cylindrical-coordinate representation of color #CDDF70: hue angle of 69.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDDF70 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 223 112 -
CMYK 0.08 0 0.50 0.13
HSL 69.73º 0.63% 0.66% -
HSV(B) 69.73º 0.5% 0.87% -
XYZ 54.49 66.92 25.38 -
YUV 204.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 205 223 112 0.08 0 0.50 0.13 69.73 0.63 0.66
Hex CD DF 70 8 0 32 D 46 3F 42
Octal 315 337 160 10 0 62 15 106 77 102
Binary 11001101 11011111 1110000 1000 0 110010 1101 1000110 111111 1000010

Color Harmonies of #CDDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDF70

Black with #CDDF70

Text Example


Text Example

White with #CDDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDF70; }

 p { color: rgb(205,223,112); }

 H1.HeaderClassName
 {
   color: #CDDF70;
 }
 .AnyTagClassName
 {
   color: #CDDF70;
 }
</style>

background-color css

<style>
 a { background-color: #CDDF70; }

 a { background-color: rgb(205,223,112); }

 div.DivClassName
 {
   background-color: #CDDF70;
 }
 .BgClassName
 {
   background-color: #CDDF70;
 }
</style>

border-color css

<style>
 span { border-color: #CDDF70; }

 span { border-color: rgb(205,223,112); }

 td.TdClassName
 {
   border-color: #CDDF70;
 }
 .TagClassName
 {
   border-color: #CDDF70;
 }
</style>