Html Css Color HEX #DFF148 Starship

📋 copy color: '#DFF148'

red 223 ◦ green 241 ◦ blue 72

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

Shades of Starship #DFF148

Tints of Starship #DFF148

RGB

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

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

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

R = 41.6%
G = 44.96%
B = 13.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DFF148 (or 0xDFF148) is known color: Starship. HEX triplet: DF, F1 and 48. RGB value is (223,241,72). Sum of RGB (Red+Green+Blue) = 223+241+72=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF148 is #200EB7. Grayscale: #D9D9D9. Windows color (decimal): -2100920 or 4780511. OLE color: 4780511.

HSL color Cylindrical-coordinate representation of color #DFF148: hue angle of 66.39º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFF148 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 241 72 -
CMYK 0.07 0 0.70 0.05
HSL 66.39º 0.86% 0.61% -
HSV(B) 66.39º 0.7% 0.95% -
XYZ 63.06 79.07 18.07 -
YUV 216.35 46.54 132.74 -
System Red Green Blue C M Y K H S L
Decimal 223 241 72 0.07 0 0.70 0.05 66.39 0.86 0.61
Hex DF F1 48 7 0 46 5 42 56 3D
Octal 337 361 110 7 0 106 5 102 126 75
Binary 11011111 11110001 1001000 111 0 1000110 101 1000010 1010110 111101

Color Harmonies of #DFF148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF148

Black with #DFF148

Text Example


Text Example

White with #DFF148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF148; }

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

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

background-color css

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

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

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

border-color css

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

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

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