Html Css Color HEX #DFF042 Starship

📋 copy color: '#DFF042'

red 223 ◦ green 240 ◦ blue 66

#DFF042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #DFF042

Tints of Starship #DFF042

RGB

 RED value IS 223 (87.5% from 255) = 42.16%

 GREEN value IS 240 (94.14% from 255) = 45.37%

 BLUE value IS 66 (26.17% from 255) = 12.48%

R = 42.16%
G = 45.37%
B = 12.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#DFF042 (or 0xDFF042) is known color: Starship. HEX triplet: DF, F0 and 42. RGB value is (223,240,66). Sum of RGB (Red+Green+Blue) = 223+240+66=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF042 is #200FBD. Grayscale: #D7D7D7. Windows color (decimal): -2101182 or 4387039. OLE color: 4387039.

HSL color Cylindrical-coordinate representation of color #DFF042: hue angle of 65.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFF042 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 240 66 -
CMYK 0.07 0 0.72 0.06
HSL 65.86º 0.85% 0.6% -
HSV(B) 65.86º 0.73% 0.94% -
XYZ 62.57 78.4 16.99 -
YUV 215.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 223 240 66 0.07 0 0.72 0.06 65.86 0.85 0.6
Hex DF F0 42 7 0 48 6 42 55 3C
Octal 337 360 102 7 0 110 6 102 125 74
Binary 11011111 11110000 1000010 111 0 1001000 110 1000010 1010101 111100

Color Harmonies of #DFF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF042

Black with #DFF042

Text Example


Text Example

White with #DFF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF042; }

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

 H1.HeaderClassName
 {
   color: #DFF042;
 }
 .AnyTagClassName
 {
   color: #DFF042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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