#D4F380

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

Shades of Sulu #D4F380

Tints of Sulu #D4F380

Color information

#D4F380 (or 0xD4F380) is unknown color: approx Sulu. HEX triplet: D4, F3 and 80. RGB value is (212,243,128). Sum of RGB (Red+Green+Blue) = 212+243+128=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F380 is #2B0C7F. Grayscale: #DDDDDD. Windows color (decimal): -2821248 or 8451028. OLE color: 8451028.

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

Color convert

RGB212243128-
CMYK0.1300.470.05
HSL76.17º82.73%72.75%-
HSV(B)76.17º47.33%95.29%-
XYZ63.179.6632.47-
YUV220.6275.73121.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 243 (95.31% from 255) = 41.68%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=36.36%
G=41.68%
B=21.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122431280.1300.470.0576.1782.7372.75
HexD4F380D02F54c5349
Octal324363200150575114123111
Binary11010100111100111000000011010101111101100110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F380; }

 p { color: rgb(212,243,128); }

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

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

 a { background-color: rgb(212,243,128); }

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

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

 span { border-color: rgb(212,243,128); }

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