Html Css Color HEX #D0E128 Pear

📋 copy color: '#D0E128'

red 208 ◦ green 225 ◦ blue 40

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

Shades of Pear #D0E128

Tints of Pear #D0E128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

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

R = 43.97%
G = 47.57%
B = 8.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#D0E128 (or 0xD0E128) is known color: Pear. HEX triplet: D0, E1 and 28. RGB value is (208,225,40). Sum of RGB (Red+Green+Blue) = 208+225+40=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E128 is #2F1ED7. Grayscale: #C7C7C7. Windows color (decimal): -3088088 or 2679248. OLE color: 2679248.

HSL color Cylindrical-coordinate representation of color #D0E128: hue angle of 65.51º degrees, saturation: 0.76, 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 #D0E128 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 40 -
CMYK 0.08 0 0.82 0.12
HSL 65.51º 0.76% 0.52% -
HSV(B) 65.51º 0.82% 0.88% -
XYZ 53.32 67.41 12.21 -
YUV 198.83 38.37 134.54 -
System Red Green Blue C M Y K H S L
Decimal 208 225 40 0.08 0 0.82 0.12 65.51 0.76 0.52
Hex D0 E1 28 8 0 52 C 42 4C 34
Octal 320 341 50 10 0 122 14 102 114 64
Binary 11010000 11100001 101000 1000 0 1010010 1100 1000010 1001100 110100

Color Harmonies of #D0E128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E128

Black with #D0E128

Text Example


Text Example

White with #D0E128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E128; }

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

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

background-color css

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

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

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

border-color css

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

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

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