Html Css Color HEX #D6F181 Sulu

📋 copy color: '#D6F181'

red 214 ◦ green 241 ◦ blue 129

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

Shades of Sulu #D6F181

Tints of Sulu #D6F181

RGB

 RED value IS 214 (83.98% from 255) = 36.64%

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

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

R = 36.64%
G = 41.27%
B = 22.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#D6F181 (or 0xD6F181) is known color: Sulu. HEX triplet: D6, F1 and 81. RGB value is (214,241,129). Sum of RGB (Red+Green+Blue) = 214+241+129=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F181 is #290E7E. Grayscale: #DCDCDC. Windows color (decimal): -2690687 or 8516054. OLE color: 8516054.

HSL color Cylindrical-coordinate representation of color #D6F181: hue angle of 74.46º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6F181 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 129 -
CMYK 0.11 0 0.46 0.05
HSL 74.46º 0.8% 0.73% -
HSV(B) 74.46º 0.46% 0.95% -
XYZ 63.15 78.79 32.65 -
YUV 220.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 214 241 129 0.11 0 0.46 0.05 74.46 0.8 0.73
Hex D6 F1 81 B 0 2E 5 4A 50 49
Octal 326 361 201 13 0 56 5 112 120 111
Binary 11010110 11110001 10000001 1011 0 101110 101 1001010 1010000 1001001

Color Harmonies of #D6F181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F181

Black with #D6F181

Text Example


Text Example

White with #D6F181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F181; }

 p { color: rgb(214,241,129); }

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

background-color css

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

 a { background-color: rgb(214,241,129); }

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

border-color css

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

 span { border-color: rgb(214,241,129); }

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