#CEFD27

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

Shades of Pear #CEFD27

Tints of Pear #CEFD27

Color information

#CEFD27 (or 0xCEFD27) is unknown color: approx Pear. HEX triplet: CE, FD and 27. RGB value is (206,253,39). Sum of RGB (Red+Green+Blue) = 206+253+39=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD27 is #3102D8. Grayscale: #D7D7D7. Windows color (decimal): -3211993 or 2620878. OLE color: 2620878.

HSL color Cylindrical-coordinate representation of color #CEFD27: hue angle of 73.18º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEFD27 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB20625339-
CMYK0.1900.850.01
HSL73.18º98.17%57.25%-
HSV(B)73.18º84.58%99.22%-
XYZ60.9583.5214.83-
YUV214.5528.93121.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 253 (99.22% from 255) = 50.80%
BLUE value IS 39 (15.62% from 255) = 7.83%
R=41.37%
G=50.80%
B=7.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206253390.1900.850.0173.1898.1757.25
HexCEFD27130551496239
Octal31637547230125111114271
Binary11001110111111011001111001101010101110010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFD27; }

 p { color: rgb(206,253,39); }

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

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

 a { background-color: rgb(206,253,39); }

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

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

 span { border-color: rgb(206,253,39); }

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