Html Css Color HEX #D6FA2D Pear

📋 copy color: '#D6FA2D'

red 214 ◦ green 250 ◦ blue 45

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

Shades of Pear #D6FA2D

Tints of Pear #D6FA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.84%

R = 42.04%
G = 49.12%
B = 8.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#D6FA2D (or 0xD6FA2D) is known color: Pear. HEX triplet: D6, FA and 2D. RGB value is (214,250,45). Sum of RGB (Red+Green+Blue) = 214+250+45=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA2D is #2905D2. Grayscale: #D8D8D8. Windows color (decimal): -2688467 or 3013334. OLE color: 3013334.

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

Color convert

RGB 214 250 45 -
CMYK 0.14 0 0.82 0.02
HSL 70.54º 0.95% 0.58% -
HSV(B) 70.54º 0.82% 0.98% -
XYZ 62.39 82.86 15.19 -
YUV 215.87 31.57 126.67 -
System Red Green Blue C M Y K H S L
Decimal 214 250 45 0.14 0 0.82 0.02 70.54 0.95 0.58
Hex D6 FA 2D E 0 52 2 47 5F 3A
Octal 326 372 55 16 0 122 2 107 137 72
Binary 11010110 11111010 101101 1110 0 1010010 10 1000111 1011111 111010

Color Harmonies of #D6FA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA2D

Black with #D6FA2D

Text Example


Text Example

White with #D6FA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA2D; }

 p { color: rgb(214,250,45); }

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

background-color css

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

 a { background-color: rgb(214,250,45); }

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

border-color css

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

 span { border-color: rgb(214,250,45); }

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