#CEF11C

Color #CEF11C Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CEF11C

Tints of Pear #CEF11C

Color information

#CEF11C (or 0xCEF11C) is unknown color: approx Pear. HEX triplet: CE, F1 and 1C. RGB value is (206,241,28). Sum of RGB (Red+Green+Blue) = 206+241+28=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF11C is #310EE3. Grayscale: #CFCFCF. Windows color (decimal): -3215076 or 1896910. OLE color: 1896910.

HSL color Cylindrical-coordinate representation of color #CEF11C: hue angle of 69.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF11C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB20624128-
CMYK0.1500.880.05
HSL69.86º88.38%52.75%-
HSV(B)69.86º88.38%94.51%-
XYZ57.1276.1212.78-
YUV206.2527.4127.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 28 (11.33% from 255) = 5.89%
R=43.37%
G=50.74%
B=5.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206241280.1500.880.0569.8688.3852.75
HexCEF11CF0585465835
Octal31636134170130510613065
Binary11001110111100011110011110101100010110001101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF11C; }

 p { color: rgb(206,241,28); }

 H1.HeaderClassName
 {
   color: #CEF11C;
 }
 .AnyTagClassName
 {
   color: #CEF11C;
 }
</style>
background-color css

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

 a { background-color: rgb(206,241,28); }

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

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

 span { border-color: rgb(206,241,28); }

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