Html Css Color HEX #D1E94B Pear

📋 copy color: '#D1E94B'

red 209 ◦ green 233 ◦ blue 75

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

Shades of Pear #D1E94B

Tints of Pear #D1E94B

RGB

 RED value IS 209 (82.03% from 255) = 40.43%

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

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

R = 40.43%
G = 45.07%
B = 14.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#D1E94B (or 0xD1E94B) is known color: Pear. HEX triplet: D1, E9 and 4B. RGB value is (209,233,75). Sum of RGB (Red+Green+Blue) = 209+233+75=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E94B is #2E16B4. Grayscale: #D0D0D0. Windows color (decimal): -3020469 or 4975057. OLE color: 4975057.

HSL color Cylindrical-coordinate representation of color #D1E94B: hue angle of 69.11º 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 #D1E94B is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 233 75 -
CMYK 0.10 0 0.68 0.09
HSL 69.11º 0.78% 0.6% -
HSV(B) 69.11º 0.68% 0.91% -
XYZ 56.7 72.34 17.63 -
YUV 207.81 53.05 128.85 -
System Red Green Blue C M Y K H S L
Decimal 209 233 75 0.10 0 0.68 0.09 69.11 0.78 0.6
Hex D1 E9 4B A 0 44 9 45 4E 3C
Octal 321 351 113 12 0 104 11 105 116 74
Binary 11010001 11101001 1001011 1010 0 1000100 1001 1000101 1001110 111100

Color Harmonies of #D1E94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E94B

Black with #D1E94B

Text Example


Text Example

White with #D1E94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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