#D5F01E

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

Shades of Pear #D5F01E

Tints of Pear #D5F01E

Color information

#D5F01E (or 0xD5F01E) is unknown color: approx Pear. HEX triplet: D5, F0 and 1E. RGB value is (213,240,30). Sum of RGB (Red+Green+Blue) = 213+240+30=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F01E is #2A0FE1. Grayscale: #D0D0D0. Windows color (decimal): -2756578 or 2027733. OLE color: 2027733.

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

Color convert

RGB21324030-
CMYK0.1100.870.06
HSL67.71º87.5%52.94%-
HSV(B)67.71º87.5%94.12%-
XYZ58.8476.5612.9-
YUV207.9927.55131.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 240 (94.14% from 255) = 49.69%
BLUE value IS 30 (12.11% from 255) = 6.21%
R=44.10%
G=49.69%
B=6.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213240300.1100.870.0667.7187.552.94
HexD5F01EB0576445835
Octal32536036130127610413065
Binary11010101111100001111010110101011111010001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F01E; }

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

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

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

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

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

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

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

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