Html Css Color HEX #D1F125 Pear

📋 copy color: '#D1F125'

red 209 ◦ green 241 ◦ blue 37

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

Shades of Pear #D1F125

Tints of Pear #D1F125

RGB

 RED value IS 209 (82.03% from 255) = 42.92%

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

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

R = 42.92%
G = 49.49%
B = 7.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D1F125 (or 0xD1F125) is known color: Pear. HEX triplet: D1, F1 and 25. RGB value is (209,241,37). Sum of RGB (Red+Green+Blue) = 209+241+37=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F125 is #2E0EDA. Grayscale: #D0D0D0. Windows color (decimal): -3018459 or 2486737. OLE color: 2486737.

HSL color Cylindrical-coordinate representation of color #D1F125: hue angle of 69.41º 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 #D1F125 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 37 -
CMYK 0.13 0 0.85 0.05
HSL 69.41º 0.88% 0.55% -
HSV(B) 69.41º 0.85% 0.95% -
XYZ 58.08 76.6 13.47 -
YUV 208.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 209 241 37 0.13 0 0.85 0.05 69.41 0.88 0.55
Hex D1 F1 25 D 0 55 5 45 58 37
Octal 321 361 45 15 0 125 5 105 130 67
Binary 11010001 11110001 100101 1101 0 1010101 101 1000101 1011000 110111

Color Harmonies of #D1F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F125

Black with #D1F125

Text Example


Text Example

White with #D1F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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