#D3FB78

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

Shades of Sulu #D3FB78

Tints of Sulu #D3FB78

Color information

#D3FB78 (or 0xD3FB78) is unknown color: approx Sulu. HEX triplet: D3, FB and 78. RGB value is (211,251,120). Sum of RGB (Red+Green+Blue) = 211+251+120=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FB78 is #2C0487. Grayscale: #E0E0E0. Windows color (decimal): -2884744 or 7928787. OLE color: 7928787.

HSL color Cylindrical-coordinate representation of color #D3FB78: hue angle of 78.32º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3FB78 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB211251120-
CMYK0.1600.520.02
HSL78.32º94.24%72.75%-
HSV(B)78.32º52.19%98.43%-
XYZ64.7584.230.61-
YUV224.1169.25118.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 120 (47.27% from 255) = 20.62%
R=36.25%
G=43.13%
B=20.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112511200.1600.520.0278.3294.2472.75
HexD3FB781003424e5e49
Octal323373170200642116136111
Binary1101001111111011111100010000011010010100111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FB78; }

 p { color: rgb(211,251,120); }

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

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

 a { background-color: rgb(211,251,120); }

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

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

 span { border-color: rgb(211,251,120); }

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