Html Css Color HEX #D0ED2E Pear

📋 copy color: '#D0ED2E'

red 208 ◦ green 237 ◦ blue 46

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

Shades of Pear #D0ED2E

Tints of Pear #D0ED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.37%

R = 42.36%
G = 48.27%
B = 9.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#D0ED2E (or 0xD0ED2E) is known color: Pear. HEX triplet: D0, ED and 2E. RGB value is (208,237,46). Sum of RGB (Red+Green+Blue) = 208+237+46=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0ED2E is #2F12D1. Grayscale: #CFCFCF. Windows color (decimal): -3085010 or 3075536. OLE color: 3075536.

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

Color convert

RGB 208 237 46 -
CMYK 0.12 0 0.81 0.07
HSL 69.11º 0.84% 0.55% -
HSV(B) 69.11º 0.81% 0.93% -
XYZ 56.79 74.18 13.91 -
YUV 206.56 37.39 129.03 -
System Red Green Blue C M Y K H S L
Decimal 208 237 46 0.12 0 0.81 0.07 69.11 0.84 0.55
Hex D0 ED 2E C 0 51 7 45 54 37
Octal 320 355 56 14 0 121 7 105 124 67
Binary 11010000 11101101 101110 1100 0 1010001 111 1000101 1010100 110111

Color Harmonies of #D0ED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED2E

Black with #D0ED2E

Text Example


Text Example

White with #D0ED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED2E; }

 p { color: rgb(208,237,46); }

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

background-color css

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

 a { background-color: rgb(208,237,46); }

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

border-color css

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

 span { border-color: rgb(208,237,46); }

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