Html Css Color HEX #D0EB40 Pear

📋 copy color: '#D0EB40'

red 208 ◦ green 235 ◦ blue 64

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

Shades of Pear #D0EB40

Tints of Pear #D0EB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 41.03%
G = 46.35%
B = 12.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#D0EB40 (or 0xD0EB40) is known color: Pear. HEX triplet: D0, EB and 40. RGB value is (208,235,64). Sum of RGB (Red+Green+Blue) = 208+235+64=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EB40 is #2F14BF. Grayscale: #D0D0D0. Windows color (decimal): -3085504 or 4254672. OLE color: 4254672.

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

Color convert

RGB 208 235 64 -
CMYK 0.11 0 0.73 0.08
HSL 69.47º 0.81% 0.59% -
HSV(B) 69.47º 0.73% 0.92% -
XYZ 56.65 73.2 15.99 -
YUV 207.43 47.05 128.4 -
System Red Green Blue C M Y K H S L
Decimal 208 235 64 0.11 0 0.73 0.08 69.47 0.81 0.59
Hex D0 EB 40 B 0 49 8 45 51 3B
Octal 320 353 100 13 0 111 10 105 121 73
Binary 11010000 11101011 1000000 1011 0 1001001 1000 1000101 1010001 111011

Color Harmonies of #D0EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EB40

Black with #D0EB40

Text Example


Text Example

White with #D0EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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