Html Css Color HEX #CEE16F Mindaro

📋 copy color: '#CEE16F'

red 206 ◦ green 225 ◦ blue 111

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

Shades of Mindaro #CEE16F

Tints of Mindaro #CEE16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.48%

R = 38.01%
G = 41.51%
B = 20.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CEE16F (or 0xCEE16F) is known color: Mindaro. HEX triplet: CE, E1 and 6F. RGB value is (206,225,111). Sum of RGB (Red+Green+Blue) = 206+225+111=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE16F is #311E90. Grayscale: #CECECE. Windows color (decimal): -3219089 or 7332302. OLE color: 7332302.

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

Color convert

RGB 206 225 111 -
CMYK 0.08 0 0.51 0.12
HSL 70º 0.66% 0.66% -
HSV(B) 70º 0.51% 0.88% -
XYZ 55.25 68.12 25.28 -
YUV 206.32 74.21 127.77 -
System Red Green Blue C M Y K H S L
Decimal 206 225 111 0.08 0 0.51 0.12 70 0.66 0.66
Hex CE E1 6F 8 0 33 C 46 42 42
Octal 316 341 157 10 0 63 14 106 102 102
Binary 11001110 11100001 1101111 1000 0 110011 1100 1000110 1000010 1000010

Color Harmonies of #CEE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE16F

Black with #CEE16F

Text Example


Text Example

White with #CEE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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