#DFF242

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

Shades of Starship #DFF242

Tints of Starship #DFF242

Color information

#DFF242 (or 0xDFF242) is unknown color: approx Starship. HEX triplet: DF, F2 and 42. RGB value is (223,242,66). Sum of RGB (Red+Green+Blue) = 223+242+66=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF242 is #200DBD. Grayscale: #D8D8D8. Windows color (decimal): -2100670 or 4387551. OLE color: 4387551.

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

Color convert

RGB22324266-
CMYK0.0800.730.05
HSL66.48º87.13%60.39%-
HSV(B)66.48º72.73%94.9%-
XYZ63.1779.5917.19-
YUV216.2643.21132.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 66 (26.17% from 255) = 12.43%
R=42.00%
G=45.57%
B=12.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal223242660.0800.730.0566.4887.1360.39
HexDFF2428049542573c
Octal337362102100111510212774
Binary1101111111110010100001010000100100110110000101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF242; }

 p { color: rgb(223,242,66); }

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

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

 a { background-color: rgb(223,242,66); }

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

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

 span { border-color: rgb(223,242,66); }

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