#CEF948

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

Shades of Pear #CEF948

Tints of Pear #CEF948

Color information

#CEF948 (or 0xCEF948) is unknown color: approx Pear. HEX triplet: CE, F9 and 48. RGB value is (206,249,72). Sum of RGB (Red+Green+Blue) = 206+249+72=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF948 is #3106B7. Grayscale: #D8D8D8. Windows color (decimal): -3212984 or 4782542. OLE color: 4782542.

HSL color Cylindrical-coordinate representation of color #CEF948: hue angle of 74.58º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF948 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB20624972-
CMYK0.1700.710.02
HSL74.58º93.65%62.94%-
HSV(B)74.58º71.08%97.65%-
XYZ60.581.3418.64-
YUV215.9646.75120.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 249 (97.66% from 255) = 47.25%
BLUE value IS 72 (28.52% from 255) = 13.66%
R=39.09%
G=47.25%
B=13.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206249720.1700.710.0274.5893.6562.94
HexCEF9481104724b5e3f
Octal316371110210107211313677
Binary1100111011111001100100010001010001111010010111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF948; }

 p { color: rgb(206,249,72); }

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

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

 a { background-color: rgb(206,249,72); }

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

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

 span { border-color: rgb(206,249,72); }

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