Html Css Color HEX #D6F01A Pear

📋 copy color: '#D6F01A'

red 214 ◦ green 240 ◦ blue 26

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

Shades of Pear #D6F01A

Tints of Pear #D6F01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 44.58%
G = 50%
B = 5.42%

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

#D6F01A (or 0xD6F01A) is known color: Pear. HEX triplet: D6, F0 and 1A. RGB value is (214,240,26). Sum of RGB (Red+Green+Blue) = 214+240+26=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F01A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F01A is #290FE5. Grayscale: #D0D0D0. Windows color (decimal): -2691046 or 1765590. OLE color: 1765590.

HSL color Cylindrical-coordinate representation of color #D6F01A: hue angle of 67.29º 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 #D6F01A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 26 -
CMYK 0.11 0 0.89 0.06
HSL 67.29º 0.88% 0.52% -
HSV(B) 67.29º 0.89% 0.94% -
XYZ 59.08 76.69 12.67 -
YUV 207.83 25.39 132.4 -
System Red Green Blue C M Y K H S L
Decimal 214 240 26 0.11 0 0.89 0.06 67.29 0.88 0.52
Hex D6 F0 1A B 0 59 6 43 58 34
Octal 326 360 32 13 0 131 6 103 130 64
Binary 11010110 11110000 11010 1011 0 1011001 110 1000011 1011000 110100

Color Harmonies of #D6F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F01A

Black with #D6F01A

Text Example


Text Example

White with #D6F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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