Html Css Color HEX #CCE15B Mindaro

📋 copy color: '#CCE15B'

red 204 ◦ green 225 ◦ blue 91

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

Shades of Mindaro #CCE15B

Tints of Mindaro #CCE15B

RGB

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

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

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

R = 39.23%
G = 43.27%
B = 17.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#CCE15B (or 0xCCE15B) is known color: Mindaro. HEX triplet: CC, E1 and 5B. RGB value is (204,225,91). Sum of RGB (Red+Green+Blue) = 204+225+91=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15B is #331EA4. Grayscale: #CBCBCB. Windows color (decimal): -3350181 or 6021580. OLE color: 6021580.

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

Color convert

RGB 204 225 91 -
CMYK 0.09 0 0.60 0.12
HSL 69.4º 0.69% 0.62% -
HSV(B) 69.4º 0.6% 0.88% -
XYZ 53.72 67.44 20.08 -
YUV 203.45 64.54 128.4 -
System Red Green Blue C M Y K H S L
Decimal 204 225 91 0.09 0 0.60 0.12 69.4 0.69 0.62
Hex CC E1 5B 9 0 3C C 45 45 3E
Octal 314 341 133 11 0 74 14 105 105 76
Binary 11001100 11100001 1011011 1001 0 111100 1100 1000101 1000101 111110

Color Harmonies of #CCE15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE15B

Black with #CCE15B

Text Example


Text Example

White with #CCE15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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