Html Css Color HEX #CEE170 Mindaro

📋 copy color: '#CEE170'

red 206 ◦ green 225 ◦ blue 112

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

Shades of Mindaro #CEE170

Tints of Mindaro #CEE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.44%

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

R = 37.94%
G = 41.44%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#CEE170 (or 0xCEE170) is known color: Mindaro. HEX triplet: CE, E1 and 70. RGB value is (206,225,112). Sum of RGB (Red+Green+Blue) = 206+225+112=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE170 is #311E8F. Grayscale: #CECECE. Windows color (decimal): -3219088 or 7397838. OLE color: 7397838.

HSL color Cylindrical-coordinate representation of color #CEE170: hue angle of 70.09º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE170 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 112 -
CMYK 0.08 0 0.50 0.12
HSL 70.09º 0.65% 0.66% -
HSV(B) 70.09º 0.5% 0.88% -
XYZ 55.3 68.14 25.57 -
YUV 206.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 206 225 112 0.08 0 0.50 0.12 70.09 0.65 0.66
Hex CE E1 70 8 0 32 C 46 41 42
Octal 316 341 160 10 0 62 14 106 101 102
Binary 11001110 11100001 1110000 1000 0 110010 1100 1000110 1000001 1000010

Color Harmonies of #CEE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE170

Black with #CEE170

Text Example


Text Example

White with #CEE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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