Html Css Color HEX #CCE96E Mindaro

📋 copy color: '#CCE96E'

red 204 ◦ green 233 ◦ blue 110

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

Shades of Mindaro #CCE96E

Tints of Mindaro #CCE96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.11%

R = 37.29%
G = 42.6%
B = 20.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#CCE96E (or 0xCCE96E) is known color: Mindaro. HEX triplet: CC, E9 and 6E. RGB value is (204,233,110). Sum of RGB (Red+Green+Blue) = 204+233+110=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96E is #331691. Grayscale: #D2D2D2. Windows color (decimal): -3348114 or 7268812. OLE color: 7268812.

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

Color convert

RGB 204 233 110 -
CMYK 0.12 0 0.53 0.09
HSL 74.15º 0.74% 0.67% -
HSV(B) 74.15º 0.53% 0.91% -
XYZ 56.86 72.24 25.7 -
YUV 210.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 204 233 110 0.12 0 0.53 0.09 74.15 0.74 0.67
Hex CC E9 6E C 0 35 9 4A 4A 43
Octal 314 351 156 14 0 65 11 112 112 103
Binary 11001100 11101001 1101110 1100 0 110101 1001 1001010 1001010 1000011

Color Harmonies of #CCE96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE96E

Black with #CCE96E

Text Example


Text Example

White with #CCE96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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