Html Css Color HEX #D6F01B Pear

📋 copy color: '#D6F01B'

red 214 ◦ green 240 ◦ blue 27

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

Shades of Pear #D6F01B

Tints of Pear #D6F01B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.9%

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

R = 44.49%
G = 49.9%
B = 5.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#D6F01B (or 0xD6F01B) is known color: Pear. HEX triplet: D6, F0 and 1B. RGB value is (214,240,27). Sum of RGB (Red+Green+Blue) = 214+240+27=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F01B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F01B is #290FE4. Grayscale: #D0D0D0. Windows color (decimal): -2691045 or 1831126. OLE color: 1831126.

HSL color Cylindrical-coordinate representation of color #D6F01B: hue angle of 67.32º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6F01B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 27 -
CMYK 0.11 0 0.89 0.06
HSL 67.32º 0.88% 0.52% -
HSV(B) 67.32º 0.89% 0.94% -
XYZ 59.09 76.7 12.73 -
YUV 207.94 25.89 132.32 -
System Red Green Blue C M Y K H S L
Decimal 214 240 27 0.11 0 0.89 0.06 67.32 0.88 0.52
Hex D6 F0 1B B 0 59 6 43 58 34
Octal 326 360 33 13 0 131 6 103 130 64
Binary 11010110 11110000 11011 1011 0 1011001 110 1000011 1011000 110100

Color Harmonies of #D6F01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F01B

Black with #D6F01B

Text Example


Text Example

White with #D6F01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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