Html Css Color HEX #DFF142 Starship

📋 copy color: '#DFF142'

red 223 ◦ green 241 ◦ blue 66

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

Shades of Starship #DFF142

Tints of Starship #DFF142

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

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

R = 42.08%
G = 45.47%
B = 12.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DFF142 (or 0xDFF142) is known color: Starship. HEX triplet: DF, F1 and 42. RGB value is (223,241,66). Sum of RGB (Red+Green+Blue) = 223+241+66=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF142 is #200EBD. Grayscale: #D8D8D8. Windows color (decimal): -2100926 or 4387295. OLE color: 4387295.

HSL color Cylindrical-coordinate representation of color #DFF142: hue angle of 66.17º degrees, saturation: 0.86, 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 #DFF142 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 241 66 -
CMYK 0.07 0 0.73 0.05
HSL 66.17º 0.86% 0.6% -
HSV(B) 66.17º 0.73% 0.95% -
XYZ 62.87 78.99 17.09 -
YUV 215.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 223 241 66 0.07 0 0.73 0.05 66.17 0.86 0.6
Hex DF F1 42 7 0 49 5 42 56 3C
Octal 337 361 102 7 0 111 5 102 126 74
Binary 11011111 11110001 1000010 111 0 1001001 101 1000010 1010110 111100

Color Harmonies of #DFF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF142

Black with #DFF142

Text Example


Text Example

White with #DFF142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF142; }

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

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

background-color css

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

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

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

border-color css

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

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

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