Html Css Color HEX #D0F71D Pear

📋 copy color: '#D0F71D'

red 208 ◦ green 247 ◦ blue 29

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

Shades of Pear #D0F71D

Tints of Pear #D0F71D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 51.03%

 BLUE value IS 29 (11.72% from 255) = 5.99%

R = 42.98%
G = 51.03%
B = 5.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#D0F71D (or 0xD0F71D) is known color: Pear. HEX triplet: D0, F7 and 1D. RGB value is (208,247,29). Sum of RGB (Red+Green+Blue) = 208+247+29=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F71D is #2F08E2. Grayscale: #D3D3D3. Windows color (decimal): -3082467 or 1963984. OLE color: 1963984.

HSL color Cylindrical-coordinate representation of color #D0F71D: hue angle of 70.73º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0F71D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 29 -
CMYK 0.16 0 0.88 0.03
HSL 70.73º 0.93% 0.54% -
HSV(B) 70.73º 0.88% 0.97% -
XYZ 59.49 80.02 13.47 -
YUV 210.49 25.58 126.23 -
System Red Green Blue C M Y K H S L
Decimal 208 247 29 0.16 0 0.88 0.03 70.73 0.93 0.54
Hex D0 F7 1D 10 0 58 3 47 5D 36
Octal 320 367 35 20 0 130 3 107 135 66
Binary 11010000 11110111 11101 10000 0 1011000 11 1000111 1011101 110110

Color Harmonies of #D0F71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F71D

Black with #D0F71D

Text Example


Text Example

White with #D0F71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F71D; }

 p { color: rgb(208,247,29); }

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

background-color css

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

 a { background-color: rgb(208,247,29); }

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

border-color css

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

 span { border-color: rgb(208,247,29); }

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