Html Css Color HEX #D0F61F Pear

📋 copy color: '#D0F61F'

red 208 ◦ green 246 ◦ blue 31

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

Shades of Pear #D0F61F

Tints of Pear #D0F61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.72%

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

R = 42.89%
G = 50.72%
B = 6.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#D0F61F (or 0xD0F61F) is known color: Pear. HEX triplet: D0, F6 and 1F. RGB value is (208,246,31). Sum of RGB (Red+Green+Blue) = 208+246+31=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F61F is #2F09E0. Grayscale: #D2D2D2. Windows color (decimal): -3082721 or 2094800. OLE color: 2094800.

HSL color Cylindrical-coordinate representation of color #D0F61F: hue angle of 70.6º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0F61F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 31 -
CMYK 0.15 0 0.87 0.04
HSL 70.6º 0.92% 0.54% -
HSV(B) 70.6º 0.87% 0.96% -
XYZ 59.22 79.42 13.51 -
YUV 210.13 26.91 126.48 -
System Red Green Blue C M Y K H S L
Decimal 208 246 31 0.15 0 0.87 0.04 70.6 0.92 0.54
Hex D0 F6 1F F 0 57 4 47 5C 36
Octal 320 366 37 17 0 127 4 107 134 66
Binary 11010000 11110110 11111 1111 0 1010111 100 1000111 1011100 110110

Color Harmonies of #D0F61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F61F

Black with #D0F61F

Text Example


Text Example

White with #D0F61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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