#DFF13F

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

Shades of Starship #DFF13F

Tints of Starship #DFF13F

Color information

#DFF13F (or 0xDFF13F) is unknown color: approx Starship. HEX triplet: DF, F1 and 3F. RGB value is (223,241,63). Sum of RGB (Red+Green+Blue) = 223+241+63=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 63 (25% from 255 or 11.95% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13F is #200EC0. Grayscale: #D8D8D8. Windows color (decimal): -2100929 or 4190687. OLE color: 4190687.

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

Color convert

RGB22324163-
CMYK0.0700.740.05
HSL66.07º86.41%59.61%-
HSV(B)66.07º73.86%94.51%-
XYZ62.7878.9616.63-
YUV215.3342.04133.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 63 (25% from 255) = 11.95%
R=42.31%
G=45.73%
B=11.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223241630.0700.740.0566.0786.4159.61
HexDFF13F704A542563c
Octal3373617770112510212674
Binary11011111111100011111111110100101010110000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF13F; }

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

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

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

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

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

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

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

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