#D4F941

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

Shades of Pear #D4F941

Tints of Pear #D4F941

Color information

#D4F941 (or 0xD4F941) is unknown color: approx Pear. HEX triplet: D4, F9 and 41. RGB value is (212,249,65). Sum of RGB (Red+Green+Blue) = 212+249+65=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F941 is #2B06BE. Grayscale: #D9D9D9. Windows color (decimal): -2819775 or 4323796. OLE color: 4323796.

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

Color convert

RGB21224965-
CMYK0.1500.740.02
HSL72.07º93.88%61.57%-
HSV(B)72.07º73.9%97.65%-
XYZ61.9882.1317.59-
YUV216.9642.24124.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 249 (97.66% from 255) = 47.34%
BLUE value IS 65 (25.78% from 255) = 12.36%
R=40.30%
G=47.34%
B=12.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212249650.1500.740.0272.0793.8861.57
HexD4F941F04A2485e3e
Octal324371101170112211013676
Binary110101001111100110000011111010010101010010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F941; }

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

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

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

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

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

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

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

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