Html Css Color HEX #CCE35E Mindaro

📋 copy color: '#CCE35E'

red 204 ◦ green 227 ◦ blue 94

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

Shades of Mindaro #CCE35E

Tints of Mindaro #CCE35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.24%

 BLUE value IS 94 (37.11% from 255) = 17.9%

R = 38.86%
G = 43.24%
B = 17.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#CCE35E (or 0xCCE35E) is known color: Mindaro. HEX triplet: CC, E3 and 5E. RGB value is (204,227,94). Sum of RGB (Red+Green+Blue) = 204+227+94=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE35E is #331CA1. Grayscale: #CDCDCD. Windows color (decimal): -3349666 or 6218700. OLE color: 6218700.

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

Color convert

RGB 204 227 94 -
CMYK 0.10 0 0.59 0.11
HSL 70.38º 0.7% 0.63% -
HSV(B) 70.38º 0.59% 0.89% -
XYZ 54.39 68.58 20.96 -
YUV 204.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 204 227 94 0.10 0 0.59 0.11 70.38 0.7 0.63
Hex CC E3 5E A 0 3B B 46 46 3F
Octal 314 343 136 12 0 73 13 106 106 77
Binary 11001100 11100011 1011110 1010 0 111011 1011 1000110 1000110 111111

Color Harmonies of #CCE35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE35E

Black with #CCE35E

Text Example


Text Example

White with #CCE35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE35E; }

 p { color: rgb(204,227,94); }

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

background-color css

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

 a { background-color: rgb(204,227,94); }

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

border-color css

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

 span { border-color: rgb(204,227,94); }

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