Html Css Color HEX #D6FA3F Pear

📋 copy color: '#D6FA3F'

red 214 ◦ green 250 ◦ blue 63

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

Shades of Pear #D6FA3F

Tints of Pear #D6FA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.95%

R = 40.61%
G = 47.44%
B = 11.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#D6FA3F (or 0xD6FA3F) is known color: Pear. HEX triplet: D6, FA and 3F. RGB value is (214,250,63). Sum of RGB (Red+Green+Blue) = 214+250+63=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA3F is #2905C0. Grayscale: #DADADA. Windows color (decimal): -2688449 or 4192982. OLE color: 4192982.

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

Color convert

RGB 214 250 63 -
CMYK 0.14 0 0.75 0.02
HSL 71.55º 0.95% 0.61% -
HSV(B) 71.55º 0.75% 0.98% -
XYZ 62.81 83.03 17.42 -
YUV 217.92 40.57 125.21 -
System Red Green Blue C M Y K H S L
Decimal 214 250 63 0.14 0 0.75 0.02 71.55 0.95 0.61
Hex D6 FA 3F E 0 4B 2 48 5F 3D
Octal 326 372 77 16 0 113 2 110 137 75
Binary 11010110 11111010 111111 1110 0 1001011 10 1001000 1011111 111101

Color Harmonies of #D6FA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA3F

Black with #D6FA3F

Text Example


Text Example

White with #D6FA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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