Html Css Color HEX #CCE55C Mindaro

📋 copy color: '#CCE55C'

red 204 ◦ green 229 ◦ blue 92

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

Shades of Mindaro #CCE55C

Tints of Mindaro #CCE55C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.62%

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

R = 38.86%
G = 43.62%
B = 17.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#CCE55C (or 0xCCE55C) is known color: Mindaro. HEX triplet: CC, E5 and 5C. RGB value is (204,229,92). Sum of RGB (Red+Green+Blue) = 204+229+92=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE55C is #331AA3. Grayscale: #CECECE. Windows color (decimal): -3349156 or 6088140. OLE color: 6088140.

HSL color Cylindrical-coordinate representation of color #CCE55C: hue angle of 70.95º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE55C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 92 -
CMYK 0.11 0 0.60 0.10
HSL 70.95º 0.72% 0.63% -
HSV(B) 70.95º 0.6% 0.9% -
XYZ 54.85 69.65 20.68 -
YUV 205.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 204 229 92 0.11 0 0.60 0.10 70.95 0.72 0.63
Hex CC E5 5C B 0 3C A 47 48 3F
Octal 314 345 134 13 0 74 12 107 110 77
Binary 11001100 11100101 1011100 1011 0 111100 1010 1000111 1001000 111111

Color Harmonies of #CCE55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE55C

Black with #CCE55C

Text Example


Text Example

White with #CCE55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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