Html Css Color HEX #CCE05F Mindaro

📋 copy color: '#CCE05F'

red 204 ◦ green 224 ◦ blue 95

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

Shades of Mindaro #CCE05F

Tints of Mindaro #CCE05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.83%

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

R = 39.01%
G = 42.83%
B = 18.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CCE05F (or 0xCCE05F) is known color: Mindaro. HEX triplet: CC, E0 and 5F. RGB value is (204,224,95). Sum of RGB (Red+Green+Blue) = 204+224+95=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 95 (37.5% from 255 or 18.16% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE05F is #331FA0. Grayscale: #CBCBCB. Windows color (decimal): -3350433 or 6283468. OLE color: 6283468.

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

Color convert

RGB 204 224 95 -
CMYK 0.09 0 0.58 0.12
HSL 69.3º 0.68% 0.63% -
HSV(B) 69.3º 0.58% 0.88% -
XYZ 53.62 66.97 20.93 -
YUV 203.31 66.87 128.49 -
System Red Green Blue C M Y K H S L
Decimal 204 224 95 0.09 0 0.58 0.12 69.3 0.68 0.63
Hex CC E0 5F 9 0 3A C 45 44 3F
Octal 314 340 137 11 0 72 14 105 104 77
Binary 11001100 11100000 1011111 1001 0 111010 1100 1000101 1000100 111111

Color Harmonies of #CCE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE05F

Black with #CCE05F

Text Example


Text Example

White with #CCE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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