Html Css Color HEX #D0EB4E Pear

📋 copy color: '#D0EB4E'

red 208 ◦ green 235 ◦ blue 78

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

Shades of Pear #D0EB4E

Tints of Pear #D0EB4E

RGB

 RED value IS 208 (81.64% from 255) = 39.92%

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

 BLUE value IS 78 (30.86% from 255) = 14.97%

R = 39.92%
G = 45.11%
B = 14.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#D0EB4E (or 0xD0EB4E) is known color: Pear. HEX triplet: D0, EB and 4E. RGB value is (208,235,78). Sum of RGB (Red+Green+Blue) = 208+235+78=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EB4E is #2F14B1. Grayscale: #D1D1D1. Windows color (decimal): -3085490 or 5172176. OLE color: 5172176.

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

Color convert

RGB 208 235 78 -
CMYK 0.11 0 0.67 0.08
HSL 70.32º 0.8% 0.61% -
HSV(B) 70.32º 0.67% 0.92% -
XYZ 57.1 73.38 18.36 -
YUV 209.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 208 235 78 0.11 0 0.67 0.08 70.32 0.8 0.61
Hex D0 EB 4E B 0 43 8 46 50 3D
Octal 320 353 116 13 0 103 10 106 120 75
Binary 11010000 11101011 1001110 1011 0 1000011 1000 1000110 1010000 111101

Color Harmonies of #D0EB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB4E

Black with #D0EB4E

Text Example


Text Example

White with #D0EB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB4E; }

 p { color: rgb(208,235,78); }

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

background-color css

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

 a { background-color: rgb(208,235,78); }

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

border-color css

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

 span { border-color: rgb(208,235,78); }

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