#D5F383

Color #D5F383 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D5F383

Tints of Sulu #D5F383

Color information

#D5F383 (or 0xD5F383) is unknown color: approx Sulu. HEX triplet: D5, F3 and 83. RGB value is (213,243,131). Sum of RGB (Red+Green+Blue) = 213+243+131=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F383 is #2A0C7C. Grayscale: #DDDDDD. Windows color (decimal): -2755709 or 8647637. OLE color: 8647637.

HSL color Cylindrical-coordinate representation of color #D5F383: hue angle of 76.07º degrees, saturation: 0.82, 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 #D5F383 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB213243131-
CMYK0.1200.460.05
HSL76.07º82.35%73.33%-
HSV(B)76.07º46.09%95.29%-
XYZ63.5979.8933.54-
YUV221.2677.06122.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 243 (95.31% from 255) = 41.40%
BLUE value IS 131 (51.56% from 255) = 22.32%
R=36.29%
G=41.40%
B=22.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132431310.1200.460.0576.0782.3573.33
HexD5F383C02E54c5249
Octal325363203140565114122111
Binary11010101111100111000001111000101110101100110010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F383; }

 p { color: rgb(213,243,131); }

 H1.HeaderClassName
 {
   color: #D5F383;
 }
 .AnyTagClassName
 {
   color: #D5F383;
 }
</style>
background-color css

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

 a { background-color: rgb(213,243,131); }

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

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

 span { border-color: rgb(213,243,131); }

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