Html Css Color HEX #D0F149 Pear

📋 copy color: '#D0F149'

red 208 ◦ green 241 ◦ blue 73

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

Shades of Pear #D0F149

Tints of Pear #D0F149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.17%

 BLUE value IS 73 (28.91% from 255) = 13.98%

R = 39.85%
G = 46.17%
B = 13.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D0F149 (or 0xD0F149) is known color: Pear. HEX triplet: D0, F1 and 49. RGB value is (208,241,73). Sum of RGB (Red+Green+Blue) = 208+241+73=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F149 is #2F0EB6. Grayscale: #D4D4D4. Windows color (decimal): -3083959 or 4846032. OLE color: 4846032.

HSL color Cylindrical-coordinate representation of color #D0F149: hue angle of 71.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F149 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 73 -
CMYK 0.14 0 0.70 0.05
HSL 71.79º 0.86% 0.62% -
HSV(B) 71.79º 0.7% 0.95% -
XYZ 58.67 76.8 18.04 -
YUV 211.98 49.57 125.16 -
System Red Green Blue C M Y K H S L
Decimal 208 241 73 0.14 0 0.70 0.05 71.79 0.86 0.62
Hex D0 F1 49 E 0 46 5 48 56 3E
Octal 320 361 111 16 0 106 5 110 126 76
Binary 11010000 11110001 1001001 1110 0 1000110 101 1001000 1010110 111110

Color Harmonies of #D0F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F149

Black with #D0F149

Text Example


Text Example

White with #D0F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F149; }

 p { color: rgb(208,241,73); }

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

background-color css

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

 a { background-color: rgb(208,241,73); }

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

border-color css

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

 span { border-color: rgb(208,241,73); }

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