#d3ff74

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

Shades of Sulu #D3FF74

Tints of Sulu #D3FF74

Color information

#D3FF74 (or 0xD3FF74) is unknown color: approx Sulu. HEX triplet: D3, FF and 74. RGB value is (211,255,116). Sum of RGB (Red+Green+Blue) = 211+255+116=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FF74 is #2C008B. Grayscale: #E2E2E2. Windows color (decimal): -2883724 or 7667667. OLE color: 7667667.

HSL color Cylindrical-coordinate representation of color #D3FF74: hue angle of 78.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3FF74 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB211255116-
CMYK0.1700.550
HSL78.99º100%72.75%-
HSV(B)78.99º54.51%100%-
XYZ65.7886.6329.78-
YUV22665.92117.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.25%
GREEN value IS 255 (100% from 255) = 43.81%
BLUE value IS 116 (45.70% from 255) = 19.93%
R=36.25%
G=43.81%
B=19.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112551160.1700.55078.9910072.75
HexD3FF741103704f6449
Octal323377164210670117144111
Binary110100111111111111101001000101101110100111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3ff74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3ff74; }

 p { color: rgb(211,255,116); }

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

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

 a { background-color: rgb(211,255,116); }

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

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

 span { border-color: rgb(211,255,116); }

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