#D5E629

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

Shades of Pear #D5E629

Tints of Pear #D5E629

Color information

#D5E629 (or 0xD5E629) is unknown color: approx Pear. HEX triplet: D5, E6 and 29. RGB value is (213,230,41). Sum of RGB (Red+Green+Blue) = 213+230+41=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E629 is #2A19D6. Grayscale: #CCCCCC. Windows color (decimal): -2759127 or 2746069. OLE color: 2746069.

HSL color Cylindrical-coordinate representation of color #D5E629: hue angle of 65.4º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5E629 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB21323041-
CMYK0.0700.820.10
HSL65.4º79.08%53.14%-
HSV(B)65.4º82.17%90.2%-
XYZ56.1470.912.82-
YUV203.3736.37134.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 230 (90.23% from 255) = 47.52%
BLUE value IS 41 (16.41% from 255) = 8.47%
R=44.01%
G=47.52%
B=8.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213230410.0700.820.1065.479.0853.14
HexD5E6297052A414f35
Octal32534651701221210111765
Binary110101011110011010100111101010010101010000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E629; }

 p { color: rgb(213,230,41); }

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

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

 a { background-color: rgb(213,230,41); }

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

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

 span { border-color: rgb(213,230,41); }

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