Html Css Color HEX #CEF06E Mindaro

📋 copy color: '#CEF06E'

red 206 ◦ green 240 ◦ blue 110

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

Shades of Mindaro #CEF06E

Tints of Mindaro #CEF06E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

 BLUE value IS 110 (43.36% from 255) = 19.78%

R = 37.05%
G = 43.17%
B = 19.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#CEF06E (or 0xCEF06E) is known color: Mindaro. HEX triplet: CE, F0 and 6E. RGB value is (206,240,110). Sum of RGB (Red+Green+Blue) = 206+240+110=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF06E is #310F91. Grayscale: #D7D7D7. Windows color (decimal): -3215250 or 7270606. OLE color: 7270606.

HSL color Cylindrical-coordinate representation of color #CEF06E: hue angle of 75.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF06E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 110 -
CMYK 0.14 0 0.54 0.06
HSL 75.69º 0.81% 0.69% -
HSV(B) 75.69º 0.54% 0.94% -
XYZ 59.43 76.57 26.4 -
YUV 215.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 206 240 110 0.14 0 0.54 0.06 75.69 0.81 0.69
Hex CE F0 6E E 0 36 6 4C 51 45
Octal 316 360 156 16 0 66 6 114 121 105
Binary 11001110 11110000 1101110 1110 0 110110 110 1001100 1010001 1000101

Color Harmonies of #CEF06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF06E

Black with #CEF06E

Text Example


Text Example

White with #CEF06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF06E; }

 p { color: rgb(206,240,110); }

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

background-color css

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

 a { background-color: rgb(206,240,110); }

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

border-color css

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

 span { border-color: rgb(206,240,110); }

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