Html Css Color HEX #D6FB49 Pear

📋 copy color: '#D6FB49'

red 214 ◦ green 251 ◦ blue 73

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

Shades of Pear #D6FB49

Tints of Pear #D6FB49

RGB

 RED value IS 214 (83.98% from 255) = 39.78%

 GREEN value IS 251 (98.44% from 255) = 46.65%

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

R = 39.78%
G = 46.65%
B = 13.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#D6FB49 (or 0xD6FB49) is known color: Pear. HEX triplet: D6, FB and 49. RGB value is (214,251,73). Sum of RGB (Red+Green+Blue) = 214+251+73=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 251 (98.44% from 255 or 46.65% from 538); Blue value is 73 (28.91% from 255 or 13.57% from 538); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FB49 is #2904B6. Grayscale: #DCDCDC. Windows color (decimal): -2688183 or 4848598. OLE color: 4848598.

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

Color convert

RGB 214 251 73 -
CMYK 0.15 0 0.71 0.02
HSL 72.47º 0.96% 0.64% -
HSV(B) 72.47º 0.71% 0.98% -
XYZ 63.43 83.77 19.13 -
YUV 219.65 45.24 123.97 -
System Red Green Blue C M Y K H S L
Decimal 214 251 73 0.15 0 0.71 0.02 72.47 0.96 0.64
Hex D6 FB 49 F 0 47 2 48 60 40
Octal 326 373 111 17 0 107 2 110 140 100
Binary 11010110 11111011 1001001 1111 0 1000111 10 1001000 1100000 1000000

Color Harmonies of #D6FB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB49

Black with #D6FB49

Text Example


Text Example

White with #D6FB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB49; }

 p { color: rgb(214,251,73); }

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

background-color css

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

 a { background-color: rgb(214,251,73); }

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

border-color css

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

 span { border-color: rgb(214,251,73); }

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