Html Css Color HEX #D6F149 Pear

📋 copy color: '#D6F149'

red 214 ◦ green 241 ◦ blue 73

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

Shades of Pear #D6F149

Tints of Pear #D6F149

RGB

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

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

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

R = 40.53%
G = 45.64%
B = 13.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D6F149 (or 0xD6F149) is known color: Pear. HEX triplet: D6, F1 and 49. RGB value is (214,241,73). Sum of RGB (Red+Green+Blue) = 214+241+73=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F149 is #290EB6. Grayscale: #D6D6D6. Windows color (decimal): -2690743 or 4846038. OLE color: 4846038.

HSL color Cylindrical-coordinate representation of color #D6F149: hue angle of 69.64º 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 #D6F149 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 73 -
CMYK 0.11 0 0.70 0.05
HSL 69.64º 0.86% 0.62% -
HSV(B) 69.64º 0.7% 0.95% -
XYZ 60.39 77.69 18.12 -
YUV 213.78 48.55 128.16 -
System Red Green Blue C M Y K H S L
Decimal 214 241 73 0.11 0 0.70 0.05 69.64 0.86 0.62
Hex D6 F1 49 B 0 46 5 46 56 3E
Octal 326 361 111 13 0 106 5 106 126 76
Binary 11010110 11110001 1001001 1011 0 1000110 101 1000110 1010110 111110

Color Harmonies of #D6F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F149

Black with #D6F149

Text Example


Text Example

White with #D6F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F149; }

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

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

background-color css

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

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

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

border-color css

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

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

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