Html Css Color HEX #D6F129 Pear

📋 copy color: '#D6F129'

red 214 ◦ green 241 ◦ blue 41

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

Shades of Pear #D6F129

Tints of Pear #D6F129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.27%

R = 43.15%
G = 48.59%
B = 8.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#D6F129 (or 0xD6F129) is known color: Pear. HEX triplet: D6, F1 and 29. RGB value is (214,241,41). Sum of RGB (Red+Green+Blue) = 214+241+41=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F129 is #290ED6. Grayscale: #D2D2D2. Windows color (decimal): -2690775 or 2748886. OLE color: 2748886.

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

Color convert

RGB 214 241 41 -
CMYK 0.11 0 0.83 0.05
HSL 68.1º 0.88% 0.55% -
HSV(B) 68.1º 0.83% 0.95% -
XYZ 59.59 77.37 13.89 -
YUV 210.13 32.55 130.76 -
System Red Green Blue C M Y K H S L
Decimal 214 241 41 0.11 0 0.83 0.05 68.1 0.88 0.55
Hex D6 F1 29 B 0 53 5 44 58 37
Octal 326 361 51 13 0 123 5 104 130 67
Binary 11010110 11110001 101001 1011 0 1010011 101 1000100 1011000 110111

Color Harmonies of #D6F129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F129

Black with #D6F129

Text Example


Text Example

White with #D6F129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F129; }

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

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

background-color css

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

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

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

border-color css

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

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

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