#CEF83D

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

Shades of Pear #CEF83D

Tints of Pear #CEF83D

Color information

#CEF83D (or 0xCEF83D) is unknown color: approx Pear. HEX triplet: CE, F8 and 3D. RGB value is (206,248,61). Sum of RGB (Red+Green+Blue) = 206+248+61=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF83D is #3107C2. Grayscale: #D6D6D6. Windows color (decimal): -3213251 or 4061390. OLE color: 4061390.

HSL color Cylindrical-coordinate representation of color #CEF83D: hue angle of 73.48º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEF83D is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB20624861-
CMYK0.1700.750.03
HSL73.48º93.03%60.59%-
HSV(B)73.48º75.4%97.25%-
XYZ59.8680.5916.82-
YUV214.1241.59122.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 248 (97.27% from 255) = 48.16%
BLUE value IS 61 (24.22% from 255) = 11.84%
R=40%
G=48.16%
B=11.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal206248610.1700.750.0373.4893.0360.59
HexCEF83D1104B3495d3d
Octal31637075210113311113575
Binary110011101111100011110110001010010111110010011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF83D; }

 p { color: rgb(206,248,61); }

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

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

 a { background-color: rgb(206,248,61); }

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

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

 span { border-color: rgb(206,248,61); }

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