Html Css Color HEX #CCDE71 Mindaro

📋 copy color: '#CCDE71'

red 204 ◦ green 222 ◦ blue 113

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

Shades of Mindaro #CCDE71

Tints of Mindaro #CCDE71

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 37.85%
G = 41.19%
B = 20.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#CCDE71 (or 0xCCDE71) is known color: Mindaro. HEX triplet: CC, DE and 71. RGB value is (204,222,113). Sum of RGB (Red+Green+Blue) = 204+222+113=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE71 is #33218E. Grayscale: #CCCCCC. Windows color (decimal): -3350927 or 7462604. OLE color: 7462604.

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

Color convert

RGB 204 222 113 -
CMYK 0.08 0 0.49 0.13
HSL 69.91º 0.62% 0.66% -
HSV(B) 69.91º 0.49% 0.87% -
XYZ 54 66.27 25.57 -
YUV 204.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 204 222 113 0.08 0 0.49 0.13 69.91 0.62 0.66
Hex CC DE 71 8 0 31 D 46 3E 42
Octal 314 336 161 10 0 61 15 106 76 102
Binary 11001100 11011110 1110001 1000 0 110001 1101 1000110 111110 1000010

Color Harmonies of #CCDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE71

Black with #CCDE71

Text Example


Text Example

White with #CCDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE71; }

 p { color: rgb(204,222,113); }

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

background-color css

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

 a { background-color: rgb(204,222,113); }

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

border-color css

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

 span { border-color: rgb(204,222,113); }

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