#CFF62D

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

Shades of Pear #CFF62D

Tints of Pear #CFF62D

Color information

#CFF62D (or 0xCFF62D) is unknown color: approx Pear. HEX triplet: CF, F6 and 2D. RGB value is (207,246,45). Sum of RGB (Red+Green+Blue) = 207+246+45=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 45 (17.97% from 255 or 9.04% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF62D is #3009D2. Grayscale: #D4D4D4. Windows color (decimal): -3148243 or 3012303. OLE color: 3012303.

HSL color Cylindrical-coordinate representation of color #CFF62D: hue angle of 71.64º 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 #CFF62D is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB20724645-
CMYK0.1600.820.04
HSL71.64º91.78%57.06%-
HSV(B)71.64º81.71%96.47%-
XYZ59.1679.3714.68-
YUV211.4234.08124.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 246 (96.48% from 255) = 49.40%
BLUE value IS 45 (17.97% from 255) = 9.04%
R=41.57%
G=49.40%
B=9.04%

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
Decimal207246450.1600.820.0471.6491.7857.06
HexCFF62D100524485c39
Octal31736655200122411013471
Binary1100111111110110101101100000101001010010010001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF62D; }

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

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

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

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

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

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

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

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