Html Css Color HEX #CEE772 Mindaro

📋 copy color: '#CEE772'

red 206 ◦ green 231 ◦ blue 114

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

Shades of Mindaro #CEE772

Tints of Mindaro #CEE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.92%

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

R = 37.39%
G = 41.92%
B = 20.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#CEE772 (or 0xCEE772) is known color: Mindaro. HEX triplet: CE, E7 and 72. RGB value is (206,231,114). Sum of RGB (Red+Green+Blue) = 206+231+114=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE772 is #31188D. Grayscale: #D2D2D2. Windows color (decimal): -3217550 or 7530446. OLE color: 7530446.

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

Color convert

RGB 206 231 114 -
CMYK 0.11 0 0.51 0.09
HSL 72.82º 0.71% 0.68% -
HSV(B) 72.82º 0.51% 0.91% -
XYZ 57.07 71.49 26.71 -
YUV 210.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 206 231 114 0.11 0 0.51 0.09 72.82 0.71 0.68
Hex CE E7 72 B 0 33 9 49 47 44
Octal 316 347 162 13 0 63 11 111 107 104
Binary 11001110 11100111 1110010 1011 0 110011 1001 1001001 1000111 1000100

Color Harmonies of #CEE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE772

Black with #CEE772

Text Example


Text Example

White with #CEE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE772; }

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

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

background-color css

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

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

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

border-color css

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

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

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