Html Css Color HEX #D6F122 Pear

📋 copy color: '#D6F122'

red 214 ◦ green 241 ◦ blue 34

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

Shades of Pear #D6F122

Tints of Pear #D6F122

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.28%

 BLUE value IS 34 (13.67% from 255) = 6.95%

R = 43.76%
G = 49.28%
B = 6.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#D6F122 (or 0xD6F122) is known color: Pear. HEX triplet: D6, F1 and 22. RGB value is (214,241,34). Sum of RGB (Red+Green+Blue) = 214+241+34=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F122 is #290EDD. Grayscale: #D2D2D2. Windows color (decimal): -2690782 or 2290134. OLE color: 2290134.

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

Color convert

RGB 214 241 34 -
CMYK 0.11 0 0.86 0.05
HSL 67.83º 0.88% 0.54% -
HSV(B) 67.83º 0.86% 0.95% -
XYZ 59.48 77.32 13.3 -
YUV 209.33 29.05 131.33 -
System Red Green Blue C M Y K H S L
Decimal 214 241 34 0.11 0 0.86 0.05 67.83 0.88 0.54
Hex D6 F1 22 B 0 56 5 44 58 36
Octal 326 361 42 13 0 126 5 104 130 66
Binary 11010110 11110001 100010 1011 0 1010110 101 1000100 1011000 110110

Color Harmonies of #D6F122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F122

Black with #D6F122

Text Example


Text Example

White with #D6F122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F122; }

 p { color: rgb(214,241,34); }

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

background-color css

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

 a { background-color: rgb(214,241,34); }

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

border-color css

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

 span { border-color: rgb(214,241,34); }

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