Html Css Color HEX #CEE472 Mindaro

📋 copy color: '#CEE472'

red 206 ◦ green 228 ◦ blue 114

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

Shades of Mindaro #CEE472

Tints of Mindaro #CEE472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.61%

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

R = 37.59%
G = 41.61%
B = 20.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#CEE472 (or 0xCEE472) is known color: Mindaro. HEX triplet: CE, E4 and 72. RGB value is (206,228,114). Sum of RGB (Red+Green+Blue) = 206+228+114=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE472 is #311B8D. Grayscale: #D0D0D0. Windows color (decimal): -3218318 or 7529678. OLE color: 7529678.

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

Color convert

RGB 206 228 114 -
CMYK 0.10 0 0.50 0.11
HSL 71.58º 0.68% 0.67% -
HSV(B) 71.58º 0.5% 0.89% -
XYZ 56.23 69.82 26.43 -
YUV 208.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 206 228 114 0.10 0 0.50 0.11 71.58 0.68 0.67
Hex CE E4 72 A 0 32 B 48 44 43
Octal 316 344 162 12 0 62 13 110 104 103
Binary 11001110 11100100 1110010 1010 0 110010 1011 1001000 1000100 1000011

Color Harmonies of #CEE472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE472

Black with #CEE472

Text Example


Text Example

White with #CEE472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE472; }

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

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

background-color css

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

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

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

border-color css

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

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

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