Html Css Color HEX #CEE972 Mindaro

📋 copy color: '#CEE972'

red 206 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #CEE972

Tints of Mindaro #CEE972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.13%

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

R = 37.25%
G = 42.13%
B = 20.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#CEE972 (or 0xCEE972) is known color: Mindaro. HEX triplet: CE, E9 and 72. RGB value is (206,233,114). Sum of RGB (Red+Green+Blue) = 206+233+114=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE972 is #31168D. Grayscale: #D3D3D3. Windows color (decimal): -3217038 or 7530958. OLE color: 7530958.

HSL color Cylindrical-coordinate representation of color #CEE972: hue angle of 73.61º degrees, saturation: 0.73, 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 #CEE972 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 114 -
CMYK 0.12 0 0.51 0.09
HSL 73.61º 0.73% 0.68% -
HSV(B) 73.61º 0.51% 0.91% -
XYZ 57.63 72.61 26.9 -
YUV 211.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 206 233 114 0.12 0 0.51 0.09 73.61 0.73 0.68
Hex CE E9 72 C 0 33 9 4A 49 44
Octal 316 351 162 14 0 63 11 112 111 104
Binary 11001110 11101001 1110010 1100 0 110011 1001 1001010 1001001 1000100

Color Harmonies of #CEE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE972

Black with #CEE972

Text Example


Text Example

White with #CEE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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