#D6F021

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

Shades of Pear #D6F021

Tints of Pear #D6F021

Color information

#D6F021 (or 0xD6F021) is unknown color: approx Pear. HEX triplet: D6, F0 and 21. RGB value is (214,240,33). Sum of RGB (Red+Green+Blue) = 214+240+33=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 33 (13.28% from 255 or 6.78% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F021 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F021 is #290FDE. Grayscale: #D1D1D1. Windows color (decimal): -2691039 or 2224342. OLE color: 2224342.

HSL color Cylindrical-coordinate representation of color #D6F021: hue angle of 67.54º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6F021 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB21424033-
CMYK0.1100.860.06
HSL67.54º87.34%53.53%-
HSV(B)67.54º86.25%94.12%-
XYZ59.1776.7313.13-
YUV208.6328.89131.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 240 (94.14% from 255) = 49.28%
BLUE value IS 33 (13.28% from 255) = 6.78%
R=43.94%
G=49.28%
B=6.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214240330.1100.860.0667.5487.3453.53
HexD6F021B0566445736
Octal32636041130126610412766
Binary110101101111000010000110110101011011010001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F021; }

 p { color: rgb(214,240,33); }

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

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

 a { background-color: rgb(214,240,33); }

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

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

 span { border-color: rgb(214,240,33); }

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