Html Css Color HEX #DFF048 Starship

📋 copy color: '#DFF048'

red 223 ◦ green 240 ◦ blue 72

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

Shades of Starship #DFF048

Tints of Starship #DFF048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.46%

R = 41.68%
G = 44.86%
B = 13.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#DFF048 (or 0xDFF048) is known color: Starship. HEX triplet: DF, F0 and 48. RGB value is (223,240,72). Sum of RGB (Red+Green+Blue) = 223+240+72=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF048 is #200FB7. Grayscale: #D8D8D8. Windows color (decimal): -2101176 or 4780255. OLE color: 4780255.

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

Color convert

RGB 223 240 72 -
CMYK 0.07 0 0.7 0.06
HSL 66.07º 0.85% 0.61% -
HSV(B) 66.07º 0.7% 0.94% -
XYZ 62.76 78.48 17.97 -
YUV 215.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 223 240 72 0.07 0 0.7 0.06 66.07 0.85 0.61
Hex DF F0 48 7 0 46 6 42 55 3D
Octal 337 360 110 7 0 106 6 102 125 75
Binary 11011111 11110000 1001000 111 0 1000110 110 1000010 1010101 111101

Color Harmonies of #DFF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF048

Black with #DFF048

Text Example


Text Example

White with #DFF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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