#D4F234

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

Shades of Pear #D4F234

Tints of Pear #D4F234

Color information

#D4F234 (or 0xD4F234) is unknown color: approx Pear. HEX triplet: D4, F2 and 34. RGB value is (212,242,52). Sum of RGB (Red+Green+Blue) = 212+242+52=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F234 is #2B0DCB. Grayscale: #D4D4D4. Windows color (decimal): -2821580 or 3470036. OLE color: 3470036.

HSL color Cylindrical-coordinate representation of color #D4F234: hue angle of 69.47º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4F234 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB21224252-
CMYK0.1200.790.05
HSL69.47º87.96%57.65%-
HSV(B)69.47º78.51%94.9%-
XYZ59.5277.7515.12-
YUV211.3738.06128.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 242 (94.92% from 255) = 47.83%
BLUE value IS 52 (20.70% from 255) = 10.28%
R=41.90%
G=47.83%
B=10.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212242520.1200.790.0569.4787.9657.65
HexD4F234C04F545583a
Octal32436264140117510513072
Binary110101001111001011010011000100111110110001011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F234; }

 p { color: rgb(212,242,52); }

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

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

 a { background-color: rgb(212,242,52); }

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

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

 span { border-color: rgb(212,242,52); }

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