Html Css Color HEX #CCE55B Mindaro

📋 copy color: '#CCE55B'

red 204 ◦ green 229 ◦ blue 91

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

Shades of Mindaro #CCE55B

Tints of Mindaro #CCE55B

RGB

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

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

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

R = 38.93%
G = 43.7%
B = 17.37%

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

#CCE55B (or 0xCCE55B) is known color: Mindaro. HEX triplet: CC, E5 and 5B. RGB value is (204,229,91). Sum of RGB (Red+Green+Blue) = 204+229+91=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE55B is #331AA4. Grayscale: #CECECE. Windows color (decimal): -3349157 or 6022604. OLE color: 6022604.

HSL color Cylindrical-coordinate representation of color #CCE55B: hue angle of 70.87º degrees, saturation: 0.73, 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 #CCE55B is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 91 -
CMYK 0.11 0 0.60 0.10
HSL 70.87º 0.73% 0.63% -
HSV(B) 70.87º 0.6% 0.9% -
XYZ 54.81 69.63 20.45 -
YUV 205.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 204 229 91 0.11 0 0.60 0.10 70.87 0.73 0.63
Hex CC E5 5B B 0 3C A 47 49 3F
Octal 314 345 133 13 0 74 12 107 111 77
Binary 11001100 11100101 1011011 1011 0 111100 1010 1000111 1001001 111111

Color Harmonies of #CCE55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE55B

Black with #CCE55B

Text Example


Text Example

White with #CCE55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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