Html Css Color HEX #D0E714 Pear

📋 copy color: '#D0E714'

red 208 ◦ green 231 ◦ blue 20

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

Shades of Pear #D0E714

Tints of Pear #D0E714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 45.32%
G = 50.33%
B = 4.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#D0E714 (or 0xD0E714) is known color: Pear. HEX triplet: D0, E7 and 14. RGB value is (208,231,20). Sum of RGB (Red+Green+Blue) = 208+231+20=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 231 (90.62% from 255 or 50.33% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 231 - color contains mainly: green. Hex color #D0E714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E714 is #2F18EB. Grayscale: #C8C8C8. Windows color (decimal): -3086572 or 1370064. OLE color: 1370064.

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

Color convert

RGB 208 231 20 -
CMYK 0.10 0 0.91 0.09
HSL 66.54º 0.84% 0.49% -
HSV(B) 66.54º 0.91% 0.91% -
XYZ 54.71 70.61 11.41 -
YUV 200.07 26.38 133.66 -
System Red Green Blue C M Y K H S L
Decimal 208 231 20 0.10 0 0.91 0.09 66.54 0.84 0.49
Hex D0 E7 14 A 0 5B 9 43 54 31
Octal 320 347 24 12 0 133 11 103 124 61
Binary 11010000 11100111 10100 1010 0 1011011 1001 1000011 1010100 110001

Color Harmonies of #D0E714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E714

Black with #D0E714

Text Example


Text Example

White with #D0E714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E714; }

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

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

background-color css

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

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

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

border-color css

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

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

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