#CFED4A

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

Shades of Pear #CFED4A

Tints of Pear #CFED4A

Color information

#CFED4A (or 0xCFED4A) is unknown color: approx Pear. HEX triplet: CF, ED and 4A. RGB value is (207,237,74). Sum of RGB (Red+Green+Blue) = 207+237+74=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED4A is #3012B5. Grayscale: #D2D2D2. Windows color (decimal): -3150518 or 4910543. OLE color: 4910543.

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

Color convert

RGB20723774-
CMYK0.1300.690.07
HSL71.04º81.91%60.98%-
HSV(B)71.04º68.78%92.94%-
XYZ57.2574.3317.81-
YUV209.4551.56126.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 74 (29.30% from 255) = 14.29%
R=39.96%
G=45.75%
B=14.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207237740.1300.690.0771.0481.9160.98
HexCFED4AD045747523d
Octal317355112150105710712275
Binary1100111111101101100101011010100010111110001111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED4A; }

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

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

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

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

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

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

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

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