Html Css Color HEX #D6F221 Pear

📋 copy color: '#D6F221'

red 214 ◦ green 242 ◦ blue 33

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

Shades of Pear #D6F221

Tints of Pear #D6F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

 BLUE value IS 33 (13.28% from 255) = 6.75%

R = 43.76%
G = 49.49%
B = 6.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#D6F221 (or 0xD6F221) is known color: Pear. HEX triplet: D6, F2 and 21. RGB value is (214,242,33). Sum of RGB (Red+Green+Blue) = 214+242+33=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F221 is #290DDE. Grayscale: #D2D2D2. Windows color (decimal): -2690527 or 2224854. OLE color: 2224854.

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

Color convert

RGB 214 242 33 -
CMYK 0.12 0 0.86 0.05
HSL 68.04º 0.89% 0.54% -
HSV(B) 68.04º 0.86% 0.95% -
XYZ 59.76 77.91 13.33 -
YUV 209.8 28.22 130.99 -
System Red Green Blue C M Y K H S L
Decimal 214 242 33 0.12 0 0.86 0.05 68.04 0.89 0.54
Hex D6 F2 21 C 0 56 5 44 59 36
Octal 326 362 41 14 0 126 5 104 131 66
Binary 11010110 11110010 100001 1100 0 1010110 101 1000100 1011001 110110

Color Harmonies of #D6F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F221

Black with #D6F221

Text Example


Text Example

White with #D6F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F221; }

 p { color: rgb(214,242,33); }

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

background-color css

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

 a { background-color: rgb(214,242,33); }

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

border-color css

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

 span { border-color: rgb(214,242,33); }

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