Html Css Color HEX #D0E225 Pear

📋 copy color: '#D0E225'

red 208 ◦ green 226 ◦ blue 37

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

Shades of Pear #D0E225

Tints of Pear #D0E225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.98%

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 44.16%
G = 47.98%
B = 7.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#D0E225 (or 0xD0E225) is known color: Pear. HEX triplet: D0, E2 and 25. RGB value is (208,226,37). Sum of RGB (Red+Green+Blue) = 208+226+37=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E225 is #2F1DDA. Grayscale: #C7C7C7. Windows color (decimal): -3087835 or 2482896. OLE color: 2482896.

HSL color Cylindrical-coordinate representation of color #D0E225: hue angle of 65.71º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0E225 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 226 37 -
CMYK 0.08 0 0.84 0.11
HSL 65.71º 0.77% 0.52% -
HSV(B) 65.71º 0.84% 0.89% -
XYZ 53.54 67.94 12.04 -
YUV 199.07 36.54 134.37 -
System Red Green Blue C M Y K H S L
Decimal 208 226 37 0.08 0 0.84 0.11 65.71 0.77 0.52
Hex D0 E2 25 8 0 54 B 42 4D 34
Octal 320 342 45 10 0 124 13 102 115 64
Binary 11010000 11100010 100101 1000 0 1010100 1011 1000010 1001101 110100

Color Harmonies of #D0E225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E225

Black with #D0E225

Text Example


Text Example

White with #D0E225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E225; }

 p { color: rgb(208,226,37); }

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

background-color css

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

 a { background-color: rgb(208,226,37); }

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

border-color css

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

 span { border-color: rgb(208,226,37); }

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