Html Css Color HEX #D5E94B Pear

📋 copy color: '#D5E94B'

red 213 ◦ green 233 ◦ blue 75

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

Shades of Pear #D5E94B

Tints of Pear #D5E94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.72%

 BLUE value IS 75 (29.69% from 255) = 14.4%

R = 40.88%
G = 44.72%
B = 14.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#D5E94B (or 0xD5E94B) is known color: Pear. HEX triplet: D5, E9 and 4B. RGB value is (213,233,75). Sum of RGB (Red+Green+Blue) = 213+233+75=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E94B is #2A16B4. Grayscale: #D1D1D1. Windows color (decimal): -2758325 or 4975061. OLE color: 4975061.

HSL color Cylindrical-coordinate representation of color #D5E94B: hue angle of 67.59º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5E94B is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 233 75 -
CMYK 0.09 0 0.68 0.09
HSL 67.59º 0.78% 0.6% -
HSV(B) 67.59º 0.68% 0.91% -
XYZ 57.85 72.93 17.68 -
YUV 209.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 213 233 75 0.09 0 0.68 0.09 67.59 0.78 0.6
Hex D5 E9 4B 9 0 44 9 44 4E 3C
Octal 325 351 113 11 0 104 11 104 116 74
Binary 11010101 11101001 1001011 1001 0 1000100 1001 1000100 1001110 111100

Color Harmonies of #D5E94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E94B

Black with #D5E94B

Text Example


Text Example

White with #D5E94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E94B; }

 p { color: rgb(213,233,75); }

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

background-color css

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

 a { background-color: rgb(213,233,75); }

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

border-color css

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

 span { border-color: rgb(213,233,75); }

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