Html Css Color HEX #D6F820 Pear

📋 copy color: '#D6F820'

red 214 ◦ green 248 ◦ blue 32

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

Shades of Pear #D6F820

Tints of Pear #D6F820

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.2%

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 43.32%
G = 50.2%
B = 6.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#D6F820 (or 0xD6F820) is known color: Pear. HEX triplet: D6, F8 and 20. RGB value is (214,248,32). Sum of RGB (Red+Green+Blue) = 214+248+32=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F820 is #2907DF. Grayscale: #D6D6D6. Windows color (decimal): -2688992 or 2160854. OLE color: 2160854.

HSL color Cylindrical-coordinate representation of color #D6F820: hue angle of 69.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6F820 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 248 32 -
CMYK 0.14 0 0.87 0.03
HSL 69.44º 0.94% 0.55% -
HSV(B) 69.44º 0.87% 0.97% -
XYZ 61.56 81.54 13.86 -
YUV 213.21 25.74 128.56 -
System Red Green Blue C M Y K H S L
Decimal 214 248 32 0.14 0 0.87 0.03 69.44 0.94 0.55
Hex D6 F8 20 E 0 57 3 45 5E 37
Octal 326 370 40 16 0 127 3 105 136 67
Binary 11010110 11111000 100000 1110 0 1010111 11 1000101 1011110 110111

Color Harmonies of #D6F820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F820

Black with #D6F820

Text Example


Text Example

White with #D6F820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F820; }

 p { color: rgb(214,248,32); }

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

background-color css

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

 a { background-color: rgb(214,248,32); }

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

border-color css

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

 span { border-color: rgb(214,248,32); }

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