Html Css Color HEX #D6FA27 Pear

📋 copy color: '#D6FA27'

red 214 ◦ green 250 ◦ blue 39

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

Shades of Pear #D6FA27

Tints of Pear #D6FA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.75%

R = 42.54%
G = 49.7%
B = 7.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#D6FA27 (or 0xD6FA27) is known color: Pear. HEX triplet: D6, FA and 27. RGB value is (214,250,39). Sum of RGB (Red+Green+Blue) = 214+250+39=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 39 (15.62% from 255 or 7.75% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FA27 is #2905D8. Grayscale: #D7D7D7. Windows color (decimal): -2688473 or 2620118. OLE color: 2620118.

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

Color convert

RGB 214 250 39 -
CMYK 0.14 0 0.84 0.02
HSL 70.24º 0.95% 0.57% -
HSV(B) 70.24º 0.84% 0.98% -
XYZ 62.28 82.81 14.62 -
YUV 215.18 28.57 127.16 -
System Red Green Blue C M Y K H S L
Decimal 214 250 39 0.14 0 0.84 0.02 70.24 0.95 0.57
Hex D6 FA 27 E 0 54 2 46 5F 39
Octal 326 372 47 16 0 124 2 106 137 71
Binary 11010110 11111010 100111 1110 0 1010100 10 1000110 1011111 111001

Color Harmonies of #D6FA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FA27

Black with #D6FA27

Text Example


Text Example

White with #D6FA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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