Html Css Color HEX #D6F125 Pear

📋 copy color: '#D6F125'

red 214 ◦ green 241 ◦ blue 37

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

Shades of Pear #D6F125

Tints of Pear #D6F125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.52%

R = 43.5%
G = 48.98%
B = 7.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D6F125 (or 0xD6F125) is known color: Pear. HEX triplet: D6, F1 and 25. RGB value is (214,241,37). Sum of RGB (Red+Green+Blue) = 214+241+37=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F125 is #290EDA. Grayscale: #D2D2D2. Windows color (decimal): -2690779 or 2486742. OLE color: 2486742.

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

Color convert

RGB 214 241 37 -
CMYK 0.11 0 0.85 0.05
HSL 67.94º 0.88% 0.55% -
HSV(B) 67.94º 0.85% 0.95% -
XYZ 59.52 77.34 13.54 -
YUV 209.67 30.55 131.09 -
System Red Green Blue C M Y K H S L
Decimal 214 241 37 0.11 0 0.85 0.05 67.94 0.88 0.55
Hex D6 F1 25 B 0 55 5 44 58 37
Octal 326 361 45 13 0 125 5 104 130 67
Binary 11010110 11110001 100101 1011 0 1010101 101 1000100 1011000 110111

Color Harmonies of #D6F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F125

Black with #D6F125

Text Example


Text Example

White with #D6F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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