Html Css Color HEX #CCE96B Mindaro

📋 copy color: '#CCE96B'

red 204 ◦ green 233 ◦ blue 107

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

Shades of Mindaro #CCE96B

Tints of Mindaro #CCE96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 37.5%
G = 42.83%
B = 19.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#CCE96B (or 0xCCE96B) is known color: Mindaro. HEX triplet: CC, E9 and 6B. RGB value is (204,233,107). Sum of RGB (Red+Green+Blue) = 204+233+107=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96B is #331694. Grayscale: #D2D2D2. Windows color (decimal): -3348117 or 7072204. OLE color: 7072204.

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

Color convert

RGB 204 233 107 -
CMYK 0.12 0 0.54 0.09
HSL 73.81º 0.74% 0.67% -
HSV(B) 73.81º 0.54% 0.91% -
XYZ 56.69 72.18 24.85 -
YUV 209.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 204 233 107 0.12 0 0.54 0.09 73.81 0.74 0.67
Hex CC E9 6B C 0 36 9 4A 4A 43
Octal 314 351 153 14 0 66 11 112 112 103
Binary 11001100 11101001 1101011 1100 0 110110 1001 1001010 1001010 1000011

Color Harmonies of #CCE96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE96B

Black with #CCE96B

Text Example


Text Example

White with #CCE96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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