Html Css Color HEX #D5EB2D Pear

📋 copy color: '#D5EB2D'

red 213 ◦ green 235 ◦ blue 45

#D5EB2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D5EB2D

Tints of Pear #D5EB2D

RGB

 RED value IS 213 (83.59% from 255) = 43.2%

 GREEN value IS 235 (92.19% from 255) = 47.67%

 BLUE value IS 45 (17.97% from 255) = 9.13%

R = 43.2%
G = 47.67%
B = 9.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#D5EB2D (or 0xD5EB2D) is known color: Pear. HEX triplet: D5, EB and 2D. RGB value is (213,235,45). Sum of RGB (Red+Green+Blue) = 213+235+45=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EB2D is #2A14D2. Grayscale: #CFCFCF. Windows color (decimal): -2757843 or 3009493. OLE color: 3009493.

HSL color Cylindrical-coordinate representation of color #D5EB2D: hue angle of 66.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5EB2D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 235 45 -
CMYK 0.09 0 0.81 0.08
HSL 66.95º 0.83% 0.55% -
HSV(B) 66.95º 0.81% 0.92% -
XYZ 57.62 73.75 13.68 -
YUV 206.76 36.71 132.45 -
System Red Green Blue C M Y K H S L
Decimal 213 235 45 0.09 0 0.81 0.08 66.95 0.83 0.55
Hex D5 EB 2D 9 0 51 8 43 53 37
Octal 325 353 55 11 0 121 10 103 123 67
Binary 11010101 11101011 101101 1001 0 1010001 1000 1000011 1010011 110111

Color Harmonies of #D5EB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EB2D

Black with #D5EB2D

Text Example


Text Example

White with #D5EB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EB2D; }

 p { color: rgb(213,235,45); }

 H1.HeaderClassName
 {
   color: #D5EB2D;
 }
 .AnyTagClassName
 {
   color: #D5EB2D;
 }
</style>

background-color css

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

 a { background-color: rgb(213,235,45); }

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

border-color css

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

 span { border-color: rgb(213,235,45); }

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