Html Css Color HEX #D1F875 Sulu

📋 copy color: '#D1F875'

red 209 ◦ green 248 ◦ blue 117

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

Shades of Sulu #D1F875

Tints of Sulu #D1F875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.21%

 BLUE value IS 117 (46.09% from 255) = 20.38%

R = 36.41%
G = 43.21%
B = 20.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#D1F875 (or 0xD1F875) is known color: Sulu. HEX triplet: D1, F8 and 75. RGB value is (209,248,117). Sum of RGB (Red+Green+Blue) = 209+248+117=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 117 (46.09% from 255 or 20.38% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F875 is #2E078A. Grayscale: #DDDDDD. Windows color (decimal): -3016587 or 7731409. OLE color: 7731409.

HSL color Cylindrical-coordinate representation of color #D1F875: hue angle of 77.86º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1F875 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 248 117 -
CMYK 0.16 0 0.53 0.03
HSL 77.86º 0.9% 0.72% -
HSV(B) 77.86º 0.53% 0.97% -
XYZ 63.07 81.97 29.33 -
YUV 221.41 69.08 119.15 -
System Red Green Blue C M Y K H S L
Decimal 209 248 117 0.16 0 0.53 0.03 77.86 0.9 0.72
Hex D1 F8 75 10 0 35 3 4E 5A 48
Octal 321 370 165 20 0 65 3 116 132 110
Binary 11010001 11111000 1110101 10000 0 110101 11 1001110 1011010 1001000

Color Harmonies of #D1F875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F875

Black with #D1F875

Text Example


Text Example

White with #D1F875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F875; }

 p { color: rgb(209,248,117); }

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

background-color css

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

 a { background-color: rgb(209,248,117); }

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

border-color css

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

 span { border-color: rgb(209,248,117); }

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