Html Css Color HEX #D0FA49 Pear

📋 copy color: '#D0FA49'

red 208 ◦ green 250 ◦ blue 73

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

Shades of Pear #D0FA49

Tints of Pear #D0FA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.08%

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

R = 39.17%
G = 47.08%
B = 13.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#D0FA49 (or 0xD0FA49) is known color: Pear. HEX triplet: D0, FA and 49. RGB value is (208,250,73). Sum of RGB (Red+Green+Blue) = 208+250+73=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FA49 is #2F05B6. Grayscale: #D9D9D9. Windows color (decimal): -3081655 or 4848336. OLE color: 4848336.

HSL color Cylindrical-coordinate representation of color #D0FA49: hue angle of 74.24º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0FA49 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 73 -
CMYK 0.17 0 0.71 0.02
HSL 74.24º 0.95% 0.63% -
HSV(B) 74.24º 0.71% 0.98% -
XYZ 61.4 82.26 18.95 -
YUV 217.26 46.59 121.39 -
System Red Green Blue C M Y K H S L
Decimal 208 250 73 0.17 0 0.71 0.02 74.24 0.95 0.63
Hex D0 FA 49 11 0 47 2 4A 5F 3F
Octal 320 372 111 21 0 107 2 112 137 77
Binary 11010000 11111010 1001001 10001 0 1000111 10 1001010 1011111 111111

Color Harmonies of #D0FA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA49

Black with #D0FA49

Text Example


Text Example

White with #D0FA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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