Html Css Color HEX #CCE15C Mindaro

📋 copy color: '#CCE15C'

red 204 ◦ green 225 ◦ blue 92

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

Shades of Mindaro #CCE15C

Tints of Mindaro #CCE15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 39.16%
G = 43.19%
B = 17.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#CCE15C (or 0xCCE15C) is known color: Mindaro. HEX triplet: CC, E1 and 5C. RGB value is (204,225,92). Sum of RGB (Red+Green+Blue) = 204+225+92=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE15C is #331EA3. Grayscale: #CCCCCC. Windows color (decimal): -3350180 or 6087116. OLE color: 6087116.

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

Color convert

RGB 204 225 92 -
CMYK 0.09 0 0.59 0.12
HSL 69.47º 0.69% 0.62% -
HSV(B) 69.47º 0.59% 0.88% -
XYZ 53.76 67.46 20.31 -
YUV 203.56 65.04 128.31 -
System Red Green Blue C M Y K H S L
Decimal 204 225 92 0.09 0 0.59 0.12 69.47 0.69 0.62
Hex CC E1 5C 9 0 3B C 45 45 3E
Octal 314 341 134 11 0 73 14 105 105 76
Binary 11001100 11100001 1011100 1001 0 111011 1100 1000101 1000101 111110

Color Harmonies of #CCE15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE15C

Black with #CCE15C

Text Example


Text Example

White with #CCE15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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