#DFF13E

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

Shades of Starship #DFF13E

Tints of Starship #DFF13E

Color information

#DFF13E (or 0xDFF13E) is unknown color: approx Starship. HEX triplet: DF, F1 and 3E. RGB value is (223,241,62). Sum of RGB (Red+Green+Blue) = 223+241+62=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF13E is #200EC1. Grayscale: #D7D7D7. Windows color (decimal): -2100930 or 4125151. OLE color: 4125151.

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

Color convert

RGB22324162-
CMYK0.0700.740.05
HSL66.03º86.47%59.41%-
HSV(B)66.03º74.27%94.51%-
XYZ62.7678.9516.49-
YUV215.2141.54133.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 241 (94.53% from 255) = 45.82%
BLUE value IS 62 (24.61% from 255) = 11.79%
R=42.40%
G=45.82%
B=11.79%

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
Decimal223241620.0700.740.0566.0386.4759.41
HexDFF13E704A542563b
Octal3373617670112510212673
Binary11011111111100011111101110100101010110000101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF13E; }

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

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

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

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

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

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

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

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