Html Css Color HEX #D1ED4B Pear

📋 copy color: '#D1ED4B'

red 209 ◦ green 237 ◦ blue 75

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

Shades of Pear #D1ED4B

Tints of Pear #D1ED4B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 40.12%
G = 45.49%
B = 14.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#D1ED4B (or 0xD1ED4B) is known color: Pear. HEX triplet: D1, ED and 4B. RGB value is (209,237,75). Sum of RGB (Red+Green+Blue) = 209+237+75=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED4B is #2E12B4. Grayscale: #D2D2D2. Windows color (decimal): -3019445 or 4976081. OLE color: 4976081.

HSL color Cylindrical-coordinate representation of color #D1ED4B: hue angle of 70.37º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1ED4B is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 75 -
CMYK 0.12 0 0.68 0.07
HSL 70.37º 0.82% 0.61% -
HSV(B) 70.37º 0.68% 0.93% -
XYZ 57.85 74.63 18.01 -
YUV 210.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 209 237 75 0.12 0 0.68 0.07 70.37 0.82 0.61
Hex D1 ED 4B C 0 44 7 46 52 3D
Octal 321 355 113 14 0 104 7 106 122 75
Binary 11010001 11101101 1001011 1100 0 1000100 111 1000110 1010010 111101

Color Harmonies of #D1ED4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ED4B

Black with #D1ED4B

Text Example


Text Example

White with #D1ED4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ED4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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