Html Css Color HEX #CEE270 Mindaro

📋 copy color: '#CEE270'

red 206 ◦ green 226 ◦ blue 112

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

Shades of Mindaro #CEE270

Tints of Mindaro #CEE270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

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

R = 37.87%
G = 41.54%
B = 20.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CEE270 (or 0xCEE270) is known color: Mindaro. HEX triplet: CE, E2 and 70. RGB value is (206,226,112). Sum of RGB (Red+Green+Blue) = 206+226+112=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE270 is #311D8F. Grayscale: #CFCFCF. Windows color (decimal): -3218832 or 7398094. OLE color: 7398094.

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

Color convert

RGB 206 226 112 -
CMYK 0.09 0 0.50 0.11
HSL 70.53º 0.66% 0.66% -
HSV(B) 70.53º 0.5% 0.89% -
XYZ 55.57 68.68 25.66 -
YUV 207.02 74.37 127.27 -
System Red Green Blue C M Y K H S L
Decimal 206 226 112 0.09 0 0.50 0.11 70.53 0.66 0.66
Hex CE E2 70 9 0 32 B 47 42 42
Octal 316 342 160 11 0 62 13 107 102 102
Binary 11001110 11100010 1110000 1001 0 110010 1011 1000111 1000010 1000010

Color Harmonies of #CEE270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE270

Black with #CEE270

Text Example


Text Example

White with #CEE270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE270; }

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

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

background-color css

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

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

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

border-color css

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

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

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