#D6FF35

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

Shades of Pear #D6FF35

Tints of Pear #D6FF35

Color information

#D6FF35 (or 0xD6FF35) is unknown color: approx Pear. HEX triplet: D6, FF and 35. RGB value is (214,255,53). Sum of RGB (Red+Green+Blue) = 214+255+53=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FF35 is #2900CA. Grayscale: #DCDCDC. Windows color (decimal): -2687179 or 3538902. OLE color: 3538902.

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

Color convert

RGB21425553-
CMYK0.1600.790
HSL72.18º100%60.39%-
HSV(B)72.18º79.22%100%-
XYZ64.1386.0716.6-
YUV219.7133.92123.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 255 (100% from 255) = 48.85%
BLUE value IS 53 (21.09% from 255) = 10.15%
R=41.00%
G=48.85%
B=10.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal214255530.1600.79072.1810060.39
HexD6FF351004F048643c
Octal32637765200117011014474
Binary11010110111111111101011000001001111010010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FF35; }

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

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

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

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

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

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

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

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