#CFED4D

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

Shades of Pear #CFED4D

Tints of Pear #CFED4D

Color information

#CFED4D (or 0xCFED4D) is unknown color: approx Pear. HEX triplet: CF, ED and 4D. RGB value is (207,237,77). Sum of RGB (Red+Green+Blue) = 207+237+77=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED4D is #3012B2. Grayscale: #D2D2D2. Windows color (decimal): -3150515 or 5107151. OLE color: 5107151.

HSL color Cylindrical-coordinate representation of color #CFED4D: hue angle of 71.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFED4D is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB20723777-
CMYK0.1300.680.07
HSL71.25º81.63%61.57%-
HSV(B)71.25º67.51%92.94%-
XYZ57.3674.3718.35-
YUV209.7953.06126.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 237 (92.97% from 255) = 45.49%
BLUE value IS 77 (30.47% from 255) = 14.78%
R=39.73%
G=45.49%
B=14.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207237770.1300.680.0771.2581.6361.57
HexCFED4DD044747523e
Octal317355115150104710712276
Binary1100111111101101100110111010100010011110001111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED4D; }

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

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

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

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

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

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

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

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