#CFF949

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

Shades of Pear #CFF949

Tints of Pear #CFF949

Color information

#CFF949 (or 0xCFF949) is unknown color: approx Pear. HEX triplet: CF, F9 and 49. RGB value is (207,249,73). Sum of RGB (Red+Green+Blue) = 207+249+73=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF949 is #3006B6. Grayscale: #D9D9D9. Windows color (decimal): -3147447 or 4848079. OLE color: 4848079.

HSL color Cylindrical-coordinate representation of color #CFF949: hue angle of 74.32º 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 #CFF949 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB20724973-
CMYK0.1700.710.02
HSL74.32º93.62%63.14%-
HSV(B)74.32º70.68%97.65%-
XYZ60.8181.518.83-
YUV216.3847.09121.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 73 (28.91% from 255) = 13.80%
R=39.13%
G=47.07%
B=13.80%

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
Decimal207249730.1700.710.0274.3293.6263.14
HexCFF9491104724a5e3f
Octal317371111210107211213677
Binary1100111111111001100100110001010001111010010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF949; }

 p { color: rgb(207,249,73); }

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

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

 a { background-color: rgb(207,249,73); }

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

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

 span { border-color: rgb(207,249,73); }

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