Html Css Color HEX #D1F481 Sulu

📋 copy color: '#D1F481'

red 209 ◦ green 244 ◦ blue 129

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

Shades of Sulu #D1F481

Tints of Sulu #D1F481

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.92%

 BLUE value IS 129 (50.78% from 255) = 22.16%

R = 35.91%
G = 41.92%
B = 22.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#D1F481 (or 0xD1F481) is known color: Sulu. HEX triplet: D1, F4 and 81. RGB value is (209,244,129). Sum of RGB (Red+Green+Blue) = 209+244+129=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F481 is #2E0B7E. Grayscale: #DCDCDC. Windows color (decimal): -3017599 or 8516817. OLE color: 8516817.

HSL color Cylindrical-coordinate representation of color #D1F481: hue angle of 78.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1F481 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 209 244 129 -
CMYK 0.14 0 0.47 0.04
HSL 78.26º 0.84% 0.73% -
HSV(B) 78.26º 0.47% 0.96% -
XYZ 62.61 79.84 32.88 -
YUV 220.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 209 244 129 0.14 0 0.47 0.04 78.26 0.84 0.73
Hex D1 F4 81 E 0 2F 4 4E 54 49
Octal 321 364 201 16 0 57 4 116 124 111
Binary 11010001 11110100 10000001 1110 0 101111 100 1001110 1010100 1001001

Color Harmonies of #D1F481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F481

Black with #D1F481

Text Example


Text Example

White with #D1F481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F481; }

 p { color: rgb(209,244,129); }

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

background-color css

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

 a { background-color: rgb(209,244,129); }

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

border-color css

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

 span { border-color: rgb(209,244,129); }

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