Html Css Color HEX #D1EA4B Pear

📋 copy color: '#D1EA4B'

red 209 ◦ green 234 ◦ blue 75

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

Shades of Pear #D1EA4B

Tints of Pear #D1EA4B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

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

R = 40.35%
G = 45.17%
B = 14.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#D1EA4B (or 0xD1EA4B) is known color: Pear. HEX triplet: D1, EA and 4B. RGB value is (209,234,75). Sum of RGB (Red+Green+Blue) = 209+234+75=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EA4B is #2E15B4. Grayscale: #D1D1D1. Windows color (decimal): -3020213 or 4975313. OLE color: 4975313.

HSL color Cylindrical-coordinate representation of color #D1EA4B: hue angle of 69.43º degrees, saturation: 0.79, 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 #D1EA4B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 234 75 -
CMYK 0.11 0 0.68 0.08
HSL 69.43º 0.79% 0.61% -
HSV(B) 69.43º 0.68% 0.92% -
XYZ 56.99 72.91 17.73 -
YUV 208.4 52.72 128.43 -
System Red Green Blue C M Y K H S L
Decimal 209 234 75 0.11 0 0.68 0.08 69.43 0.79 0.61
Hex D1 EA 4B B 0 44 8 45 4F 3D
Octal 321 352 113 13 0 104 10 105 117 75
Binary 11010001 11101010 1001011 1011 0 1000100 1000 1000101 1001111 111101

Color Harmonies of #D1EA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EA4B

Black with #D1EA4B

Text Example


Text Example

White with #D1EA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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