Html Css Color HEX #CCE45B Mindaro

📋 copy color: '#CCE45B'

red 204 ◦ green 228 ◦ blue 91

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

Shades of Mindaro #CCE45B

Tints of Mindaro #CCE45B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.59%

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

R = 39.01%
G = 43.59%
B = 17.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CCE45B (or 0xCCE45B) is known color: Mindaro. HEX triplet: CC, E4 and 5B. RGB value is (204,228,91). Sum of RGB (Red+Green+Blue) = 204+228+91=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 91 (35.94% from 255 or 17.40% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE45B is #331BA4. Grayscale: #CDCDCD. Windows color (decimal): -3349413 or 6022348. OLE color: 6022348.

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

Color convert

RGB 204 228 91 -
CMYK 0.11 0 0.60 0.11
HSL 70.51º 0.72% 0.63% -
HSV(B) 70.51º 0.6% 0.89% -
XYZ 54.53 69.08 20.36 -
YUV 205.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 204 228 91 0.11 0 0.60 0.11 70.51 0.72 0.63
Hex CC E4 5B B 0 3C B 47 48 3F
Octal 314 344 133 13 0 74 13 107 110 77
Binary 11001100 11100100 1011011 1011 0 111100 1011 1000111 1001000 111111

Color Harmonies of #CCE45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE45B

Black with #CCE45B

Text Example


Text Example

White with #CCE45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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