#CEF62D

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

Shades of Pear #CEF62D

Tints of Pear #CEF62D

Color information

#CEF62D (or 0xCEF62D) is unknown color: approx Pear. HEX triplet: CE, F6 and 2D. RGB value is (206,246,45). Sum of RGB (Red+Green+Blue) = 206+246+45=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF62D is #3109D2. Grayscale: #D3D3D3. Windows color (decimal): -3213779 or 3012302. OLE color: 3012302.

HSL color Cylindrical-coordinate representation of color #CEF62D: hue angle of 71.94º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEF62D is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB20624645-
CMYK0.1600.820.04
HSL71.94º91.78%57.06%-
HSV(B)71.94º81.71%96.47%-
XYZ58.8879.2214.67-
YUV211.1334.25124.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 246 (96.48% from 255) = 49.50%
BLUE value IS 45 (17.97% from 255) = 9.05%
R=41.45%
G=49.50%
B=9.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal206246450.1600.820.0471.9491.7857.06
HexCEF62D100524485c39
Octal31636655200122411013471
Binary1100111011110110101101100000101001010010010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF62D; }

 p { color: rgb(206,246,45); }

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

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

 a { background-color: rgb(206,246,45); }

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

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

 span { border-color: rgb(206,246,45); }

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