Html Css Color HEX #D6FA3C Pear

📋 copy color: '#D6FA3C'

red 214 ◦ green 250 ◦ blue 60

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

Shades of Pear #D6FA3C

Tints of Pear #D6FA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.45%

R = 40.84%
G = 47.71%
B = 11.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#D6FA3C (or 0xD6FA3C) is known color: Pear. HEX triplet: D6, FA and 3C. RGB value is (214,250,60). Sum of RGB (Red+Green+Blue) = 214+250+60=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 60 (23.83% from 255 or 11.45% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA3C is #2905C3. Grayscale: #DADADA. Windows color (decimal): -2688452 or 3996374. OLE color: 3996374.

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

Color convert

RGB 214 250 60 -
CMYK 0.14 0 0.76 0.02
HSL 71.37º 0.95% 0.61% -
HSV(B) 71.37º 0.76% 0.98% -
XYZ 62.73 82.99 16.99 -
YUV 217.58 39.07 125.45 -
System Red Green Blue C M Y K H S L
Decimal 214 250 60 0.14 0 0.76 0.02 71.37 0.95 0.61
Hex D6 FA 3C E 0 4C 2 47 5F 3D
Octal 326 372 74 16 0 114 2 107 137 75
Binary 11010110 11111010 111100 1110 0 1001100 10 1000111 1011111 111101

Color Harmonies of #D6FA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA3C

Black with #D6FA3C

Text Example


Text Example

White with #D6FA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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