Html Css Color HEX #CCE96F Mindaro

📋 copy color: '#CCE96F'

red 204 ◦ green 233 ◦ blue 111

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

Shades of Mindaro #CCE96F

Tints of Mindaro #CCE96F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.52%

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

R = 37.23%
G = 42.52%
B = 20.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CCE96F (or 0xCCE96F) is known color: Mindaro. HEX triplet: CC, E9 and 6F. RGB value is (204,233,111). Sum of RGB (Red+Green+Blue) = 204+233+111=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96F is #331690. Grayscale: #D2D2D2. Windows color (decimal): -3348113 or 7334348. OLE color: 7334348.

HSL color Cylindrical-coordinate representation of color #CCE96F: hue angle of 74.26º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE96F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 111 -
CMYK 0.12 0 0.52 0.09
HSL 74.26º 0.73% 0.67% -
HSV(B) 74.26º 0.52% 0.91% -
XYZ 56.91 72.26 25.99 -
YUV 210.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 204 233 111 0.12 0 0.52 0.09 74.26 0.73 0.67
Hex CC E9 6F C 0 34 9 4A 49 43
Octal 314 351 157 14 0 64 11 112 111 103
Binary 11001100 11101001 1101111 1100 0 110100 1001 1001010 1001001 1000011

Color Harmonies of #CCE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE96F

Black with #CCE96F

Text Example


Text Example

White with #CCE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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