#cfef2d

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

Shades of Pear #CFEF2D

Tints of Pear #CFEF2D

Color information

#CFEF2D (or 0xCFEF2D) is unknown color: approx Pear. HEX triplet: CF, EF and 2D. RGB value is (207,239,45). Sum of RGB (Red+Green+Blue) = 207+239+45=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF2D is #3010D2. Grayscale: #D0D0D0. Windows color (decimal): -3150035 or 3010511. OLE color: 3010511.

HSL color Cylindrical-coordinate representation of color #CFEF2D: hue angle of 69.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFEF2D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB20723945-
CMYK0.1300.810.06
HSL69.9º85.84%55.69%-
HSV(B)69.9º81.17%93.73%-
XYZ57.0775.1913.99-
YUV207.3236.4127.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 239 (93.75% from 255) = 48.68%
BLUE value IS 45 (17.97% from 255) = 9.16%
R=42.16%
G=48.68%
B=9.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207239450.1300.810.0669.985.8455.69
HexCFEF2DD0516465638
Octal31735755150121610612670
Binary110011111110111110110111010101000111010001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfef2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfef2d; }

 p { color: rgb(207,239,45); }

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

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

 a { background-color: rgb(207,239,45); }

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

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

 span { border-color: rgb(207,239,45); }

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