Html Css Color HEX #D5EB4C Pear

📋 copy color: '#D5EB4C'

red 213 ◦ green 235 ◦ blue 76

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

Shades of Pear #D5EB4C

Tints of Pear #D5EB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.5%

R = 40.65%
G = 44.85%
B = 14.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#D5EB4C (or 0xD5EB4C) is known color: Pear. HEX triplet: D5, EB and 4C. RGB value is (213,235,76). Sum of RGB (Red+Green+Blue) = 213+235+76=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EB4C is #2A14B3. Grayscale: #D2D2D2. Windows color (decimal): -2757812 or 5041109. OLE color: 5041109.

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

Color convert

RGB 213 235 76 -
CMYK 0.09 0 0.68 0.08
HSL 68.3º 0.8% 0.61% -
HSV(B) 68.3º 0.68% 0.92% -
XYZ 58.45 74.08 18.06 -
YUV 210.3 52.21 129.93 -
System Red Green Blue C M Y K H S L
Decimal 213 235 76 0.09 0 0.68 0.08 68.3 0.8 0.61
Hex D5 EB 4C 9 0 44 8 44 50 3D
Octal 325 353 114 11 0 104 10 104 120 75
Binary 11010101 11101011 1001100 1001 0 1000100 1000 1000100 1010000 111101

Color Harmonies of #D5EB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EB4C

Black with #D5EB4C

Text Example


Text Example

White with #D5EB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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