Html Css Color HEX #D9F125 Pear

📋 copy color: '#D9F125'

red 217 ◦ green 241 ◦ blue 37

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

Shades of Pear #D9F125

Tints of Pear #D9F125

RGB

 RED value IS 217 (85.16% from 255) = 43.84%

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

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

R = 43.84%
G = 48.69%
B = 7.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#D9F125 (or 0xD9F125) is known color: Pear. HEX triplet: D9, F1 and 25. RGB value is (217,241,37). Sum of RGB (Red+Green+Blue) = 217+241+37=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F125 is #260EDA. Grayscale: #D3D3D3. Windows color (decimal): -2494171 or 2486745. OLE color: 2486745.

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

Color convert

RGB 217 241 37 -
CMYK 0.10 0 0.85 0.05
HSL 67.06º 0.88% 0.55% -
HSV(B) 67.06º 0.85% 0.95% -
XYZ 60.4 77.8 13.58 -
YUV 210.57 30.05 132.59 -
System Red Green Blue C M Y K H S L
Decimal 217 241 37 0.10 0 0.85 0.05 67.06 0.88 0.55
Hex D9 F1 25 A 0 55 5 43 58 37
Octal 331 361 45 12 0 125 5 103 130 67
Binary 11011001 11110001 100101 1010 0 1010101 101 1000011 1011000 110111

Color Harmonies of #D9F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F125

Black with #D9F125

Text Example


Text Example

White with #D9F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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