#CEFE41

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

Shades of Pear #CEFE41

Tints of Pear #CEFE41

Color information

#CEFE41 (or 0xCEFE41) is unknown color: approx Pear. HEX triplet: CE, FE and 41. RGB value is (206,254,65). Sum of RGB (Red+Green+Blue) = 206+254+65=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE41 is #3101BE. Grayscale: #DADADA. Windows color (decimal): -3211711 or 4325070. OLE color: 4325070.

HSL color Cylindrical-coordinate representation of color #CEFE41: hue angle of 75.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEFE41 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB20625465-
CMYK0.1900.740.00
HSL75.24º98.95%62.55%-
HSV(B)75.24º74.41%99.61%-
XYZ61.8584.3918.03-
YUV218.141.6119.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 254 (99.61% from 255) = 48.38%
BLUE value IS 65 (25.78% from 255) = 12.38%
R=39.24%
G=48.38%
B=12.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal206254650.1900.740.0075.2498.9562.55
HexCEFE411304A04b633f
Octal316376101230112011314377
Binary110011101111111010000011001101001010010010111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE41; }

 p { color: rgb(206,254,65); }

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

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

 a { background-color: rgb(206,254,65); }

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

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

 span { border-color: rgb(206,254,65); }

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