#D5F021

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

Shades of Pear #D5F021

Tints of Pear #D5F021

Color information

#D5F021 (or 0xD5F021) is unknown color: approx Pear. HEX triplet: D5, F0 and 21. RGB value is (213,240,33). Sum of RGB (Red+Green+Blue) = 213+240+33=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 33 (13.28% from 255 or 6.79% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F021 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F021 is #2A0FDE. Grayscale: #D1D1D1. Windows color (decimal): -2756575 or 2224341. OLE color: 2224341.

HSL color Cylindrical-coordinate representation of color #D5F021: hue angle of 67.83º 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 #D5F021 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB21324033-
CMYK0.1100.860.06
HSL67.83º87.34%53.53%-
HSV(B)67.83º86.25%94.12%-
XYZ58.8876.5813.12-
YUV208.3329.05131.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 240 (94.14% from 255) = 49.38%
BLUE value IS 33 (13.28% from 255) = 6.79%
R=43.83%
G=49.38%
B=6.79%

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
Decimal213240330.1100.860.0667.8387.3453.53
HexD5F021B0566445736
Octal32536041130126610412766
Binary110101011111000010000110110101011011010001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F021; }

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

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

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

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

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

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

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

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