Html Css Color HEX #D0EE3B Pear

📋 copy color: '#D0EE3B'

red 208 ◦ green 238 ◦ blue 59

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

Shades of Pear #D0EE3B

Tints of Pear #D0EE3B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.13%

 BLUE value IS 59 (23.44% from 255) = 11.68%

R = 41.19%
G = 47.13%
B = 11.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#D0EE3B (or 0xD0EE3B) is known color: Pear. HEX triplet: D0, EE and 3B. RGB value is (208,238,59). Sum of RGB (Red+Green+Blue) = 208+238+59=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EE3B is #2F11C4. Grayscale: #D1D1D1. Windows color (decimal): -3084741 or 3927760. OLE color: 3927760.

HSL color Cylindrical-coordinate representation of color #D0EE3B: hue angle of 70.06º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0EE3B is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 59 -
CMYK 0.13 0 0.75 0.07
HSL 70.06º 0.84% 0.58% -
HSV(B) 70.06º 0.75% 0.93% -
XYZ 57.38 74.87 15.57 -
YUV 208.62 43.56 127.55 -
System Red Green Blue C M Y K H S L
Decimal 208 238 59 0.13 0 0.75 0.07 70.06 0.84 0.58
Hex D0 EE 3B D 0 4B 7 46 54 3A
Octal 320 356 73 15 0 113 7 106 124 72
Binary 11010000 11101110 111011 1101 0 1001011 111 1000110 1010100 111010

Color Harmonies of #D0EE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EE3B

Black with #D0EE3B

Text Example


Text Example

White with #D0EE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EE3B; }

 p { color: rgb(208,238,59); }

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

background-color css

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

 a { background-color: rgb(208,238,59); }

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

border-color css

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

 span { border-color: rgb(208,238,59); }

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