Html Css Color HEX #D1F386 Sulu

📋 copy color: '#D1F386'

red 209 ◦ green 243 ◦ blue 134

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

Shades of Sulu #D1F386

Tints of Sulu #D1F386

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.47%

 BLUE value IS 134 (52.73% from 255) = 22.87%

R = 35.67%
G = 41.47%
B = 22.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#D1F386 (or 0xD1F386) is known color: Sulu. HEX triplet: D1, F3 and 86. RGB value is (209,243,134). Sum of RGB (Red+Green+Blue) = 209+243+134=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F386 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F386 is #2E0C79. Grayscale: #DCDCDC. Windows color (decimal): -3017850 or 8844241. OLE color: 8844241.

HSL color Cylindrical-coordinate representation of color #D1F386: hue angle of 78.72º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1F386 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 243 134 -
CMYK 0.14 0 0.45 0.05
HSL 78.72º 0.82% 0.74% -
HSV(B) 78.72º 0.45% 0.95% -
XYZ 62.65 79.38 34.57 -
YUV 220.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 209 243 134 0.14 0 0.45 0.05 78.72 0.82 0.74
Hex D1 F3 86 E 0 2D 5 4F 52 4A
Octal 321 363 206 16 0 55 5 117 122 112
Binary 11010001 11110011 10000110 1110 0 101101 101 1001111 1010010 1001010

Color Harmonies of #D1F386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F386

Black with #D1F386

Text Example


Text Example

White with #D1F386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F386; }

 p { color: rgb(209,243,134); }

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

background-color css

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

 a { background-color: rgb(209,243,134); }

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

border-color css

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

 span { border-color: rgb(209,243,134); }

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