Html Css Color HEX #D0E127 Pear

📋 copy color: '#D0E127'

red 208 ◦ green 225 ◦ blue 39

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

Shades of Pear #D0E127

Tints of Pear #D0E127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.26%

R = 44.07%
G = 47.67%
B = 8.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#D0E127 (or 0xD0E127) is known color: Pear. HEX triplet: D0, E1 and 27. RGB value is (208,225,39). Sum of RGB (Red+Green+Blue) = 208+225+39=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E127 is #2F1ED8. Grayscale: #C7C7C7. Windows color (decimal): -3088089 or 2613712. OLE color: 2613712.

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

Color convert

RGB 208 225 39 -
CMYK 0.08 0 0.83 0.12
HSL 65.48º 0.76% 0.52% -
HSV(B) 65.48º 0.83% 0.88% -
XYZ 53.3 67.41 12.12 -
YUV 198.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 208 225 39 0.08 0 0.83 0.12 65.48 0.76 0.52
Hex D0 E1 27 8 0 53 C 41 4C 34
Octal 320 341 47 10 0 123 14 101 114 64
Binary 11010000 11100001 100111 1000 0 1010011 1100 1000001 1001100 110100

Color Harmonies of #D0E127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E127

Black with #D0E127

Text Example


Text Example

White with #D0E127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E127; }

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

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

background-color css

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

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

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

border-color css

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

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

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