Html Css Color HEX #CCE560 Mindaro

📋 copy color: '#CCE560'

red 204 ◦ green 229 ◦ blue 96

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

Shades of Mindaro #CCE560

Tints of Mindaro #CCE560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.15%

R = 38.56%
G = 43.29%
B = 18.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#CCE560 (or 0xCCE560) is known color: Mindaro. HEX triplet: CC, E5 and 60. RGB value is (204,229,96). Sum of RGB (Red+Green+Blue) = 204+229+96=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE560 is #331A9F. Grayscale: #CECECE. Windows color (decimal): -3349152 or 6350284. OLE color: 6350284.

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

Color convert

RGB 204 229 96 -
CMYK 0.11 0 0.58 0.10
HSL 71.28º 0.72% 0.64% -
HSV(B) 71.28º 0.58% 0.9% -
XYZ 55.03 69.72 21.62 -
YUV 206.36 65.72 126.31 -
System Red Green Blue C M Y K H S L
Decimal 204 229 96 0.11 0 0.58 0.10 71.28 0.72 0.64
Hex CC E5 60 B 0 3A A 47 48 40
Octal 314 345 140 13 0 72 12 107 110 100
Binary 11001100 11100101 1100000 1011 0 111010 1010 1000111 1001000 1000000

Color Harmonies of #CCE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE560

Black with #CCE560

Text Example


Text Example

White with #CCE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE560; }

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

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

background-color css

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

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

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

border-color css

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

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

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