Html Css Color HEX #CEE370 Mindaro

📋 copy color: '#CEE370'

red 206 ◦ green 227 ◦ blue 112

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

Shades of Mindaro #CEE370

Tints of Mindaro #CEE370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 37.8%
G = 41.65%
B = 20.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#CEE370 (or 0xCEE370) is known color: Mindaro. HEX triplet: CE, E3 and 70. RGB value is (206,227,112). Sum of RGB (Red+Green+Blue) = 206+227+112=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE370 is #311C8F. Grayscale: #D0D0D0. Windows color (decimal): -3218576 or 7398350. OLE color: 7398350.

HSL color Cylindrical-coordinate representation of color #CEE370: hue angle of 70.96º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEE370 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 112 -
CMYK 0.09 0 0.51 0.11
HSL 70.96º 0.67% 0.66% -
HSV(B) 70.96º 0.51% 0.89% -
XYZ 55.85 69.23 25.75 -
YUV 207.61 74.04 126.85 -
System Red Green Blue C M Y K H S L
Decimal 206 227 112 0.09 0 0.51 0.11 70.96 0.67 0.66
Hex CE E3 70 9 0 33 B 47 43 42
Octal 316 343 160 11 0 63 13 107 103 102
Binary 11001110 11100011 1110000 1001 0 110011 1011 1000111 1000011 1000010

Color Harmonies of #CEE370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE370

Black with #CEE370

Text Example


Text Example

White with #CEE370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE370; }

 p { color: rgb(206,227,112); }

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

background-color css

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

 a { background-color: rgb(206,227,112); }

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

border-color css

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

 span { border-color: rgb(206,227,112); }

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