Html Css Color HEX #D0E716 Pear

📋 copy color: '#D0E716'

red 208 ◦ green 231 ◦ blue 22

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

Shades of Pear #D0E716

Tints of Pear #D0E716

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.11%

 BLUE value IS 22 (8.98% from 255) = 4.77%

R = 45.12%
G = 50.11%
B = 4.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#D0E716 (or 0xD0E716) is known color: Pear. HEX triplet: D0, E7 and 16. RGB value is (208,231,22). Sum of RGB (Red+Green+Blue) = 208+231+22=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E716 is #2F18E9. Grayscale: #C9C9C9. Windows color (decimal): -3086570 or 1501136. OLE color: 1501136.

HSL color Cylindrical-coordinate representation of color #D0E716: hue angle of 66.6º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0E716 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 231 22 -
CMYK 0.10 0 0.90 0.09
HSL 66.6º 0.83% 0.5% -
HSV(B) 66.6º 0.9% 0.91% -
XYZ 54.73 70.62 11.51 -
YUV 200.3 27.38 133.49 -
System Red Green Blue C M Y K H S L
Decimal 208 231 22 0.10 0 0.90 0.09 66.6 0.83 0.5
Hex D0 E7 16 A 0 5A 9 43 53 32
Octal 320 347 26 12 0 132 11 103 123 62
Binary 11010000 11100111 10110 1010 0 1011010 1001 1000011 1010011 110010

Color Harmonies of #D0E716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E716

Black with #D0E716

Text Example


Text Example

White with #D0E716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E716; }

 p { color: rgb(208,231,22); }

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

background-color css

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

 a { background-color: rgb(208,231,22); }

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

border-color css

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

 span { border-color: rgb(208,231,22); }

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