#DFF148

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

Shades of Starship #DFF148

Tints of Starship #DFF148

Color information

#DFF148 (or 0xDFF148) is unknown color: approx Starship. HEX triplet: DF, F1 and 48. RGB value is (223,241,72). Sum of RGB (Red+Green+Blue) = 223+241+72=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF148 is #200EB7. Grayscale: #D9D9D9. Windows color (decimal): -2100920 or 4780511. OLE color: 4780511.

HSL color Cylindrical-coordinate representation of color #DFF148: hue angle of 66.39º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF148 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB22324172-
CMYK0.0700.700.05
HSL66.39º85.79%61.37%-
HSV(B)66.39º70.12%94.51%-
XYZ63.0679.0718.07-
YUV216.3546.54132.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 72 (28.52% from 255) = 13.43%
R=41.60%
G=44.96%
B=13.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223241720.0700.700.0566.3985.7961.37
HexDFF1487046542563d
Octal33736111070106510212675
Binary110111111111000110010001110100011010110000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF148; }

 p { color: rgb(223,241,72); }

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

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

 a { background-color: rgb(223,241,72); }

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

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

 span { border-color: rgb(223,241,72); }

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