Html Css Color HEX #CEE172 Mindaro

📋 copy color: '#CEE172'

red 206 ◦ green 225 ◦ blue 114

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

Shades of Mindaro #CEE172

Tints of Mindaro #CEE172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.92%

R = 37.8%
G = 41.28%
B = 20.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#CEE172 (or 0xCEE172) is known color: Mindaro. HEX triplet: CE, E1 and 72. RGB value is (206,225,114). Sum of RGB (Red+Green+Blue) = 206+225+114=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE172 is #311E8D. Grayscale: #CFCFCF. Windows color (decimal): -3219086 or 7528910. OLE color: 7528910.

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

Color convert

RGB 206 225 114 -
CMYK 0.08 0 0.49 0.12
HSL 70.27º 0.65% 0.66% -
HSV(B) 70.27º 0.49% 0.88% -
XYZ 55.42 68.19 26.16 -
YUV 206.67 75.71 127.53 -
System Red Green Blue C M Y K H S L
Decimal 206 225 114 0.08 0 0.49 0.12 70.27 0.65 0.66
Hex CE E1 72 8 0 31 C 46 41 42
Octal 316 341 162 10 0 61 14 106 101 102
Binary 11001110 11100001 1110010 1000 0 110001 1100 1000110 1000001 1000010

Color Harmonies of #CEE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE172

Black with #CEE172

Text Example


Text Example

White with #CEE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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