Html Css Color HEX #DFF141 Starship

📋 copy color: '#DFF141'

red 223 ◦ green 241 ◦ blue 65

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

Shades of Starship #DFF141

Tints of Starship #DFF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.29%

R = 42.16%
G = 45.56%
B = 12.29%

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

#DFF141 (or 0xDFF141) is known color: Starship. HEX triplet: DF, F1 and 41. RGB value is (223,241,65). Sum of RGB (Red+Green+Blue) = 223+241+65=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF141 is #200EBE. Grayscale: #D8D8D8. Windows color (decimal): -2100927 or 4321759. OLE color: 4321759.

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

Color convert

RGB 223 241 65 -
CMYK 0.07 0 0.73 0.05
HSL 66.14º 0.86% 0.6% -
HSV(B) 66.14º 0.73% 0.95% -
XYZ 62.84 78.98 16.93 -
YUV 215.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 223 241 65 0.07 0 0.73 0.05 66.14 0.86 0.6
Hex DF F1 41 7 0 49 5 42 56 3C
Octal 337 361 101 7 0 111 5 102 126 74
Binary 11011111 11110001 1000001 111 0 1001001 101 1000010 1010110 111100

Color Harmonies of #DFF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF141

Black with #DFF141

Text Example


Text Example

White with #DFF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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