Html Css Color HEX #CCE35A Mindaro

📋 copy color: '#CCE35A'

red 204 ◦ green 227 ◦ blue 90

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

Shades of Mindaro #CCE35A

Tints of Mindaro #CCE35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.27%

R = 39.16%
G = 43.57%
B = 17.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CCE35A (or 0xCCE35A) is known color: Mindaro. HEX triplet: CC, E3 and 5A. RGB value is (204,227,90). Sum of RGB (Red+Green+Blue) = 204+227+90=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE35A is #331CA5. Grayscale: #CDCDCD. Windows color (decimal): -3349670 or 5956556. OLE color: 5956556.

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

Color convert

RGB 204 227 90 -
CMYK 0.10 0 0.60 0.11
HSL 70.07º 0.71% 0.62% -
HSV(B) 70.07º 0.6% 0.89% -
XYZ 54.22 68.51 20.04 -
YUV 204.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 204 227 90 0.10 0 0.60 0.11 70.07 0.71 0.62
Hex CC E3 5A A 0 3C B 46 47 3E
Octal 314 343 132 12 0 74 13 106 107 76
Binary 11001100 11100011 1011010 1010 0 111100 1011 1000110 1000111 111110

Color Harmonies of #CCE35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE35A

Black with #CCE35A

Text Example


Text Example

White with #CCE35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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