Html Css Color HEX #D6F120 Pear

📋 copy color: '#D6F120'

red 214 ◦ green 241 ◦ blue 32

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

Shades of Pear #D6F120

Tints of Pear #D6F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.49%

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

R = 43.94%
G = 49.49%
B = 6.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D6F120 (or 0xD6F120) is known color: Pear. HEX triplet: D6, F1 and 20. RGB value is (214,241,32). Sum of RGB (Red+Green+Blue) = 214+241+32=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F120 is #290EDF. Grayscale: #D1D1D1. Windows color (decimal): -2690784 or 2159062. OLE color: 2159062.

HSL color Cylindrical-coordinate representation of color #D6F120: hue angle of 67.75º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6F120 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 32 -
CMYK 0.11 0 0.87 0.05
HSL 67.75º 0.88% 0.54% -
HSV(B) 67.75º 0.87% 0.95% -
XYZ 59.45 77.31 13.16 -
YUV 209.1 28.05 131.49 -
System Red Green Blue C M Y K H S L
Decimal 214 241 32 0.11 0 0.87 0.05 67.75 0.88 0.54
Hex D6 F1 20 B 0 57 5 44 58 36
Octal 326 361 40 13 0 127 5 104 130 66
Binary 11010110 11110001 100000 1011 0 1010111 101 1000100 1011000 110110

Color Harmonies of #D6F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F120

Black with #D6F120

Text Example


Text Example

White with #D6F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F120; }

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

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

background-color css

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

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

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

border-color css

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

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

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