Html Css Color HEX #CCDF70 Mindaro

📋 copy color: '#CCDF70'

red 204 ◦ green 223 ◦ blue 112

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

Shades of Mindaro #CCDF70

Tints of Mindaro #CCDF70

RGB

 RED value IS 204 (80.08% from 255) = 37.85%

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

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

R = 37.85%
G = 41.37%
B = 20.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#CCDF70 (or 0xCCDF70) is known color: Mindaro. HEX triplet: CC, DF and 70. RGB value is (204,223,112). Sum of RGB (Red+Green+Blue) = 204+223+112=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDF70 is #33208F. Grayscale: #CDCDCD. Windows color (decimal): -3350672 or 7397324. OLE color: 7397324.

HSL color Cylindrical-coordinate representation of color #CCDF70: hue angle of 70.27º 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 #CCDF70 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 112 -
CMYK 0.09 0 0.50 0.13
HSL 70.27º 0.63% 0.66% -
HSV(B) 70.27º 0.5% 0.87% -
XYZ 54.21 66.78 25.36 -
YUV 204.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 204 223 112 0.09 0 0.50 0.13 70.27 0.63 0.66
Hex CC DF 70 9 0 32 D 46 3F 42
Octal 314 337 160 11 0 62 15 106 77 102
Binary 11001100 11011111 1110000 1001 0 110010 1101 1000110 111111 1000010

Color Harmonies of #CCDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF70

Black with #CCDF70

Text Example


Text Example

White with #CCDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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