Html Css Color HEX #CCE85B Mindaro

📋 copy color: '#CCE85B'

red 204 ◦ green 232 ◦ blue 91

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

Shades of Mindaro #CCE85B

Tints of Mindaro #CCE85B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.02%

 BLUE value IS 91 (35.94% from 255) = 17.27%

R = 38.71%
G = 44.02%
B = 17.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CCE85B (or 0xCCE85B) is known color: Mindaro. HEX triplet: CC, E8 and 5B. RGB value is (204,232,91). Sum of RGB (Red+Green+Blue) = 204+232+91=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 232 (91.02% from 255 or 44.02% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE85B is #3317A4. Grayscale: #D0D0D0. Windows color (decimal): -3348389 or 6023372. OLE color: 6023372.

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

Color convert

RGB 204 232 91 -
CMYK 0.12 0 0.61 0.09
HSL 71.91º 0.75% 0.63% -
HSV(B) 71.91º 0.61% 0.91% -
XYZ 55.65 71.31 20.73 -
YUV 207.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 204 232 91 0.12 0 0.61 0.09 71.91 0.75 0.63
Hex CC E8 5B C 0 3D 9 48 4B 3F
Octal 314 350 133 14 0 75 11 110 113 77
Binary 11001100 11101000 1011011 1100 0 111101 1001 1001000 1001011 111111

Color Harmonies of #CCE85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE85B

Black with #CCE85B

Text Example


Text Example

White with #CCE85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE85B; }

 p { color: rgb(204,232,91); }

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

background-color css

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

 a { background-color: rgb(204,232,91); }

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

border-color css

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

 span { border-color: rgb(204,232,91); }

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