Html Css Color HEX #D6F21B Pear

📋 copy color: '#D6F21B'

red 214 ◦ green 242 ◦ blue 27

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

Shades of Pear #D6F21B

Tints of Pear #D6F21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.59%

R = 44.31%
G = 50.1%
B = 5.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#D6F21B (or 0xD6F21B) is known color: Pear. HEX triplet: D6, F2 and 1B. RGB value is (214,242,27). Sum of RGB (Red+Green+Blue) = 214+242+27=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F21B is #290DE4. Grayscale: #D1D1D1. Windows color (decimal): -2690533 or 1831638. OLE color: 1831638.

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

Color convert

RGB 214 242 27 -
CMYK 0.12 0 0.89 0.05
HSL 67.81º 0.89% 0.53% -
HSV(B) 67.81º 0.89% 0.95% -
XYZ 59.68 77.88 12.92 -
YUV 209.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 214 242 27 0.12 0 0.89 0.05 67.81 0.89 0.53
Hex D6 F2 1B C 0 59 5 44 59 35
Octal 326 362 33 14 0 131 5 104 131 65
Binary 11010110 11110010 11011 1100 0 1011001 101 1000100 1011001 110101

Color Harmonies of #D6F21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F21B

Black with #D6F21B

Text Example


Text Example

White with #D6F21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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