#d4f93f

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

Shades of Pear #D4F93F

Tints of Pear #D4F93F

Color information

#D4F93F (or 0xD4F93F) is unknown color: approx Pear. HEX triplet: D4, F9 and 3F. RGB value is (212,249,63). Sum of RGB (Red+Green+Blue) = 212+249+63=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F93F is #2B06C0. Grayscale: #D9D9D9. Windows color (decimal): -2819777 or 4192724. OLE color: 4192724.

HSL color Cylindrical-coordinate representation of color #D4F93F: hue angle of 71.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4F93F is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB21224963-
CMYK0.1500.750.02
HSL71.94º93.94%61.18%-
HSV(B)71.94º74.7%97.65%-
XYZ61.9282.1117.29-
YUV216.7341.24124.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 249 (97.66% from 255) = 47.52%
BLUE value IS 63 (25% from 255) = 12.02%
R=40.46%
G=47.52%
B=12.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212249630.1500.750.0271.9493.9461.18
HexD4F93FF04B2485e3d
Octal32437177170113211013675
Binary11010100111110011111111111010010111010010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4f93f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4f93f; }

 p { color: rgb(212,249,63); }

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

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

 a { background-color: rgb(212,249,63); }

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

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

 span { border-color: rgb(212,249,63); }

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