Html Css Color HEX #D6F21C Pear

📋 copy color: '#D6F21C'

red 214 ◦ green 242 ◦ blue 28

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

Shades of Pear #D6F21C

Tints of Pear #D6F21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.79%

R = 44.21%
G = 50%
B = 5.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D6F21C (or 0xD6F21C) is known color: Pear. HEX triplet: D6, F2 and 1C. RGB value is (214,242,28). Sum of RGB (Red+Green+Blue) = 214+242+28=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F21C is #290DE3. Grayscale: #D2D2D2. Windows color (decimal): -2690532 or 1897174. OLE color: 1897174.

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

Color convert

RGB 214 242 28 -
CMYK 0.12 0 0.88 0.05
HSL 67.85º 0.89% 0.53% -
HSV(B) 67.85º 0.88% 0.95% -
XYZ 59.69 77.88 12.99 -
YUV 209.23 25.72 131.4 -
System Red Green Blue C M Y K H S L
Decimal 214 242 28 0.12 0 0.88 0.05 67.85 0.89 0.53
Hex D6 F2 1C C 0 58 5 44 59 35
Octal 326 362 34 14 0 130 5 104 131 65
Binary 11010110 11110010 11100 1100 0 1011000 101 1000100 1011001 110101

Color Harmonies of #D6F21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F21C

Black with #D6F21C

Text Example


Text Example

White with #D6F21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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