#CFFB4D

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

Shades of Pear #CFFB4D

Tints of Pear #CFFB4D

Color information

#CFFB4D (or 0xCFFB4D) is unknown color: approx Pear. HEX triplet: CF, FB and 4D. RGB value is (207,251,77). Sum of RGB (Red+Green+Blue) = 207+251+77=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFB4D is #3004B2. Grayscale: #DADADA. Windows color (decimal): -3146931 or 5110735. OLE color: 5110735.

HSL color Cylindrical-coordinate representation of color #CFFB4D: hue angle of 75.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFFB4D is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB20725177-
CMYK0.1800.690.02
HSL75.17º95.6%64.31%-
HSV(B)75.17º69.32%98.43%-
XYZ61.5782.819.76-
YUV218.0148.42120.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 77 (30.47% from 255) = 14.39%
R=38.69%
G=46.92%
B=14.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207251770.1800.690.0275.1795.664.31
HexCFFB4D1204524b6040
Octal3173731152201052113140100
Binary11001111111110111001101100100100010110100101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFB4D; }

 p { color: rgb(207,251,77); }

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

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

 a { background-color: rgb(207,251,77); }

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

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

 span { border-color: rgb(207,251,77); }

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