Html Css Color HEX #D0E028 Pear

📋 copy color: '#D0E028'

red 208 ◦ green 224 ◦ blue 40

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

Shades of Pear #D0E028

Tints of Pear #D0E028

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.46%

 BLUE value IS 40 (16.02% from 255) = 8.47%

R = 44.07%
G = 47.46%
B = 8.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#D0E028 (or 0xD0E028) is known color: Pear. HEX triplet: D0, E0 and 28. RGB value is (208,224,40). Sum of RGB (Red+Green+Blue) = 208+224+40=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E028 is #2F1FD7. Grayscale: #C6C6C6. Windows color (decimal): -3088344 or 2678992. OLE color: 2678992.

HSL color Cylindrical-coordinate representation of color #D0E028: hue angle of 65.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0E028 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 40 -
CMYK 0.07 0 0.82 0.12
HSL 65.22º 0.75% 0.52% -
HSV(B) 65.22º 0.82% 0.88% -
XYZ 53.05 66.87 12.12 -
YUV 198.24 38.7 134.96 -
System Red Green Blue C M Y K H S L
Decimal 208 224 40 0.07 0 0.82 0.12 65.22 0.75 0.52
Hex D0 E0 28 7 0 52 C 41 4B 34
Octal 320 340 50 7 0 122 14 101 113 64
Binary 11010000 11100000 101000 111 0 1010010 1100 1000001 1001011 110100

Color Harmonies of #D0E028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E028

Black with #D0E028

Text Example


Text Example

White with #D0E028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E028; }

 p { color: rgb(208,224,40); }

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

background-color css

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

 a { background-color: rgb(208,224,40); }

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

border-color css

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

 span { border-color: rgb(208,224,40); }

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