Html Css Color HEX #D0EF1E Pear

📋 copy color: '#D0EF1E'

red 208 ◦ green 239 ◦ blue 30

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

Shades of Pear #D0EF1E

Tints of Pear #D0EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.1%

 BLUE value IS 30 (12.11% from 255) = 6.29%

R = 43.61%
G = 50.1%
B = 6.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#D0EF1E (or 0xD0EF1E) is known color: Pear. HEX triplet: D0, EF and 1E. RGB value is (208,239,30). Sum of RGB (Red+Green+Blue) = 208+239+30=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EF1E is #2F10E1. Grayscale: #CECECE. Windows color (decimal): -3084514 or 2027472. OLE color: 2027472.

HSL color Cylindrical-coordinate representation of color #D0EF1E: hue angle of 68.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0EF1E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 30 -
CMYK 0.13 0 0.87 0.06
HSL 68.9º 0.87% 0.53% -
HSV(B) 68.9º 0.87% 0.94% -
XYZ 57.11 75.24 12.74 -
YUV 205.91 28.73 129.49 -
System Red Green Blue C M Y K H S L
Decimal 208 239 30 0.13 0 0.87 0.06 68.9 0.87 0.53
Hex D0 EF 1E D 0 57 6 45 57 35
Octal 320 357 36 15 0 127 6 105 127 65
Binary 11010000 11101111 11110 1101 0 1010111 110 1000101 1010111 110101

Color Harmonies of #D0EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EF1E

Black with #D0EF1E

Text Example


Text Example

White with #D0EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EF1E; }

 p { color: rgb(208,239,30); }

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

background-color css

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

 a { background-color: rgb(208,239,30); }

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

border-color css

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

 span { border-color: rgb(208,239,30); }

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