Html Css Color HEX #DFE030 Starship

📋 copy color: '#DFE030'

red 223 ◦ green 224 ◦ blue 48

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

Shades of Starship #DFE030

Tints of Starship #DFE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 48 (19.14% from 255) = 9.7%

R = 45.05%
G = 45.25%
B = 9.7%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DFE030 (or 0xDFE030) is known color: Starship. HEX triplet: DF, E0 and 30. RGB value is (223,224,48). Sum of RGB (Red+Green+Blue) = 223+224+48=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE030 is #201FCF. Grayscale: #CCCCCC. Windows color (decimal): -2105296 or 3203295. OLE color: 3203295.

HSL color Cylindrical-coordinate representation of color #DFE030: hue angle of 60.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFE030 is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 48 -
CMYK 0.00 0 0.79 0.12
HSL 60.34º 0.74% 0.53% -
HSV(B) 60.34º 0.79% 0.88% -
XYZ 57.62 69.21 13.12 -
YUV 203.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 223 224 48 0.00 0 0.79 0.12 60.34 0.74 0.53
Hex DF E0 30 0 0 4F C 3C 4A 35
Octal 337 340 60 0 0 117 14 74 112 65
Binary 11011111 11100000 110000 0 0 1001111 1100 111100 1001010 110101

Color Harmonies of #DFE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE030

Black with #DFE030

Text Example


Text Example

White with #DFE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE030; }

 p { color: rgb(223,224,48); }

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

background-color css

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

 a { background-color: rgb(223,224,48); }

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

border-color css

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

 span { border-color: rgb(223,224,48); }

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