Html Css Color HEX #CEE560 Mindaro

📋 copy color: '#CEE560'

red 206 ◦ green 229 ◦ blue 96

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

Shades of Mindaro #CEE560

Tints of Mindaro #CEE560

RGB

 RED value IS 206 (80.86% from 255) = 38.79%

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

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

R = 38.79%
G = 43.13%
B = 18.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#CEE560 (or 0xCEE560) is known color: Mindaro. HEX triplet: CE, E5 and 60. RGB value is (206,229,96). Sum of RGB (Red+Green+Blue) = 206+229+96=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE560 is #311A9F. Grayscale: #CFCFCF. Windows color (decimal): -3218080 or 6350286. OLE color: 6350286.

HSL color Cylindrical-coordinate representation of color #CEE560: hue angle of 70.38º 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 #CEE560 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 96 -
CMYK 0.10 0 0.58 0.10
HSL 70.38º 0.72% 0.64% -
HSV(B) 70.38º 0.58% 0.9% -
XYZ 55.58 70 21.65 -
YUV 206.96 65.38 127.31 -
System Red Green Blue C M Y K H S L
Decimal 206 229 96 0.10 0 0.58 0.10 70.38 0.72 0.64
Hex CE E5 60 A 0 3A A 46 48 40
Octal 316 345 140 12 0 72 12 106 110 100
Binary 11001110 11100101 1100000 1010 0 111010 1010 1000110 1001000 1000000

Color Harmonies of #CEE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE560

Black with #CEE560

Text Example


Text Example

White with #CEE560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE560; }

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

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

background-color css

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

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

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

border-color css

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

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

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