Html Css Color HEX #CCE55D Mindaro

📋 copy color: '#CCE55D'

red 204 ◦ green 229 ◦ blue 93

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

Shades of Mindaro #CCE55D

Tints of Mindaro #CCE55D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.54%

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 38.78%
G = 43.54%
B = 17.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CCE55D (or 0xCCE55D) is known color: Mindaro. HEX triplet: CC, E5 and 5D. RGB value is (204,229,93). Sum of RGB (Red+Green+Blue) = 204+229+93=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE55D is #331AA2. Grayscale: #CECECE. Windows color (decimal): -3349155 or 6153676. OLE color: 6153676.

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

Color convert

RGB 204 229 93 -
CMYK 0.11 0 0.59 0.10
HSL 71.03º 0.72% 0.63% -
HSV(B) 71.03º 0.59% 0.9% -
XYZ 54.9 69.67 20.91 -
YUV 206.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 204 229 93 0.11 0 0.59 0.10 71.03 0.72 0.63
Hex CC E5 5D B 0 3B A 47 48 3F
Octal 314 345 135 13 0 73 12 107 110 77
Binary 11001100 11100101 1011101 1011 0 111011 1010 1000111 1001000 111111

Color Harmonies of #CCE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE55D

Black with #CCE55D

Text Example


Text Example

White with #CCE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE55D; }

 p { color: rgb(204,229,93); }

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

background-color css

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

 a { background-color: rgb(204,229,93); }

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

border-color css

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

 span { border-color: rgb(204,229,93); }

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