Html Css Color HEX #D0F71F Pear

📋 copy color: '#D0F71F'

red 208 ◦ green 247 ◦ blue 31

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

Shades of Pear #D0F71F

Tints of Pear #D0F71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.38%

R = 42.8%
G = 50.82%
B = 6.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#D0F71F (or 0xD0F71F) is known color: Pear. HEX triplet: D0, F7 and 1F. RGB value is (208,247,31). Sum of RGB (Red+Green+Blue) = 208+247+31=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F71F is #2F08E0. Grayscale: #D3D3D3. Windows color (decimal): -3082465 or 2095056. OLE color: 2095056.

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

Color convert

RGB 208 247 31 -
CMYK 0.16 0 0.87 0.03
HSL 70.83º 0.93% 0.55% -
HSV(B) 70.83º 0.87% 0.97% -
XYZ 59.52 80.03 13.61 -
YUV 210.72 26.58 126.06 -
System Red Green Blue C M Y K H S L
Decimal 208 247 31 0.16 0 0.87 0.03 70.83 0.93 0.55
Hex D0 F7 1F 10 0 57 3 47 5D 37
Octal 320 367 37 20 0 127 3 107 135 67
Binary 11010000 11110111 11111 10000 0 1010111 11 1000111 1011101 110111

Color Harmonies of #D0F71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F71F

Black with #D0F71F

Text Example


Text Example

White with #D0F71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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