Html Css Color HEX #CCE16F Mindaro

📋 copy color: '#CCE16F'

red 204 ◦ green 225 ◦ blue 111

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

Shades of Mindaro #CCE16F

Tints of Mindaro #CCE16F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.67%

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 37.78%
G = 41.67%
B = 20.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CCE16F (or 0xCCE16F) is known color: Mindaro. HEX triplet: CC, E1 and 6F. RGB value is (204,225,111). Sum of RGB (Red+Green+Blue) = 204+225+111=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE16F is #331E90. Grayscale: #CECECE. Windows color (decimal): -3350161 or 7332300. OLE color: 7332300.

HSL color Cylindrical-coordinate representation of color #CCE16F: hue angle of 71.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE16F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 111 -
CMYK 0.09 0 0.51 0.12
HSL 71.05º 0.66% 0.66% -
HSV(B) 71.05º 0.51% 0.88% -
XYZ 54.7 67.84 25.25 -
YUV 205.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 204 225 111 0.09 0 0.51 0.12 71.05 0.66 0.66
Hex CC E1 6F 9 0 33 C 47 42 42
Octal 314 341 157 11 0 63 14 107 102 102
Binary 11001100 11100001 1101111 1001 0 110011 1100 1000111 1000010 1000010

Color Harmonies of #CCE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE16F

Black with #CCE16F

Text Example


Text Example

White with #CCE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE16F; }

 p { color: rgb(204,225,111); }

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

background-color css

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

 a { background-color: rgb(204,225,111); }

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

border-color css

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

 span { border-color: rgb(204,225,111); }

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