Html Css Color HEX #D1F17D Sulu

📋 copy color: '#D1F17D'

red 209 ◦ green 241 ◦ blue 125

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

Shades of Sulu #D1F17D

Tints of Sulu #D1F17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 36.35%
G = 41.91%
B = 21.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#D1F17D (or 0xD1F17D) is known color: Sulu. HEX triplet: D1, F1 and 7D. RGB value is (209,241,125). Sum of RGB (Red+Green+Blue) = 209+241+125=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F17D is #2E0E82. Grayscale: #DADADA. Windows color (decimal): -3018371 or 8253905. OLE color: 8253905.

HSL color Cylindrical-coordinate representation of color #D1F17D: hue angle of 76.55º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1F17D is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 125 -
CMYK 0.13 0 0.48 0.05
HSL 76.55º 0.81% 0.72% -
HSV(B) 76.55º 0.48% 0.95% -
XYZ 61.45 77.95 31.21 -
YUV 218.21 75.4 121.43 -
System Red Green Blue C M Y K H S L
Decimal 209 241 125 0.13 0 0.48 0.05 76.55 0.81 0.72
Hex D1 F1 7D D 0 30 5 4D 51 48
Octal 321 361 175 15 0 60 5 115 121 110
Binary 11010001 11110001 1111101 1101 0 110000 101 1001101 1010001 1001000

Color Harmonies of #D1F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F17D

Black with #D1F17D

Text Example


Text Example

White with #D1F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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