Html Css Color HEX #CCE45F Mindaro

📋 copy color: '#CCE45F'

red 204 ◦ green 228 ◦ blue 95

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

Shades of Mindaro #CCE45F

Tints of Mindaro #CCE45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 38.71%
G = 43.26%
B = 18.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CCE45F (or 0xCCE45F) is known color: Mindaro. HEX triplet: CC, E4 and 5F. RGB value is (204,228,95). Sum of RGB (Red+Green+Blue) = 204+228+95=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE45F is #331BA0. Grayscale: #CECECE. Windows color (decimal): -3349409 or 6284492. OLE color: 6284492.

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

Color convert

RGB 204 228 95 -
CMYK 0.11 0 0.58 0.11
HSL 70.83º 0.71% 0.63% -
HSV(B) 70.83º 0.58% 0.89% -
XYZ 54.71 69.15 21.29 -
YUV 205.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 204 228 95 0.11 0 0.58 0.11 70.83 0.71 0.63
Hex CC E4 5F B 0 3A B 47 47 3F
Octal 314 344 137 13 0 72 13 107 107 77
Binary 11001100 11100100 1011111 1011 0 111010 1011 1000111 1000111 111111

Color Harmonies of #CCE45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE45F

Black with #CCE45F

Text Example


Text Example

White with #CCE45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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