#D6FF34

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

Shades of Pear #D6FF34

Tints of Pear #D6FF34

Color information

#D6FF34 (or 0xD6FF34) is unknown color: approx Pear. HEX triplet: D6, FF and 34. RGB value is (214,255,52). Sum of RGB (Red+Green+Blue) = 214+255+52=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 52 (20.70% from 255 or 9.98% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF34 is #2900CB. Grayscale: #DCDCDC. Windows color (decimal): -2687180 or 3473366. OLE color: 3473366.

HSL color Cylindrical-coordinate representation of color #D6FF34: hue angle of 72.12º 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 #D6FF34 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB21425552-
CMYK0.1600.800
HSL72.12º100%60.2%-
HSV(B)72.12º79.61%100%-
XYZ64.1186.0616.48-
YUV219.633.42124.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 255 (100% from 255) = 48.94%
BLUE value IS 52 (20.70% from 255) = 9.98%
R=41.07%
G=48.94%
B=9.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214255520.1600.80072.1210060.2
HexD6FF3410050048643c
Octal32637764200120011014474
Binary11010110111111111101001000001010000010010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF34; }

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

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

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

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

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

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

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

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