#D4FF34

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

Shades of Pear #D4FF34

Tints of Pear #D4FF34

Color information

#D4FF34 (or 0xD4FF34) is unknown color: approx Pear. HEX triplet: D4, FF and 34. RGB value is (212,255,52). Sum of RGB (Red+Green+Blue) = 212+255+52=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FF34 is #2B00CB. Grayscale: #DBDBDB. Windows color (decimal): -2818252 or 3473364. OLE color: 3473364.

HSL color Cylindrical-coordinate representation of color #D4FF34: hue angle of 72.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4FF34 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB21225552-
CMYK0.1700.800
HSL72.71º100%60.2%-
HSV(B)72.71º79.61%100%-
XYZ63.5385.7616.45-
YUV21933.75123.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 52 (20.70% from 255) = 10.02%
R=40.85%
G=49.13%
B=10.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212255520.1700.80072.7110060.2
HexD4FF3411050049643c
Octal32437764210120011114474
Binary11010100111111111101001000101010000010010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FF34; }

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

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

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

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

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

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

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

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