Html Css Color HEX #D6E01B Pear

📋 copy color: '#D6E01B'

red 214 ◦ green 224 ◦ blue 27

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

Shades of Pear #D6E01B

Tints of Pear #D6E01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

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

R = 46.02%
G = 48.17%
B = 5.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#D6E01B (or 0xD6E01B) is known color: Pear. HEX triplet: D6, E0 and 1B. RGB value is (214,224,27). Sum of RGB (Red+Green+Blue) = 214+224+27=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E01B is #291FE4. Grayscale: #C7C7C7. Windows color (decimal): -2695141 or 1827030. OLE color: 1827030.

HSL color Cylindrical-coordinate representation of color #D6E01B: hue angle of 63.05º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6E01B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 224 27 -
CMYK 0.04 0 0.88 0.12
HSL 63.05º 0.78% 0.49% -
HSV(B) 63.05º 0.88% 0.88% -
XYZ 54.59 67.69 11.22 -
YUV 198.55 31.19 139.02 -
System Red Green Blue C M Y K H S L
Decimal 214 224 27 0.04 0 0.88 0.12 63.05 0.78 0.49
Hex D6 E0 1B 4 0 58 C 3F 4E 31
Octal 326 340 33 4 0 130 14 77 116 61
Binary 11010110 11100000 11011 100 0 1011000 1100 111111 1001110 110001

Color Harmonies of #D6E01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E01B

Black with #D6E01B

Text Example


Text Example

White with #D6E01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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