Html Css Color HEX #DFE134 Starship

📋 copy color: '#DFE134'

red 223 ◦ green 225 ◦ blue 52

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

Shades of Starship #DFE134

Tints of Starship #DFE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45%

 BLUE value IS 52 (20.7% from 255) = 10.4%

R = 44.6%
G = 45%
B = 10.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#DFE134 (or 0xDFE134) is known color: Starship. HEX triplet: DF, E1 and 34. RGB value is (223,225,52). Sum of RGB (Red+Green+Blue) = 223+225+52=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE134 is #201ECB. Grayscale: #CDCDCD. Windows color (decimal): -2105036 or 3465695. OLE color: 3465695.

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

Color convert

RGB 223 225 52 -
CMYK 0.01 0 0.77 0.12
HSL 60.69º 0.74% 0.54% -
HSV(B) 60.69º 0.77% 0.88% -
XYZ 57.98 69.79 13.66 -
YUV 204.68 41.84 141.07 -
System Red Green Blue C M Y K H S L
Decimal 223 225 52 0.01 0 0.77 0.12 60.69 0.74 0.54
Hex DF E1 34 1 0 4D C 3D 4A 36
Octal 337 341 64 1 0 115 14 75 112 66
Binary 11011111 11100001 110100 1 0 1001101 1100 111101 1001010 110110

Color Harmonies of #DFE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE134

Black with #DFE134

Text Example


Text Example

White with #DFE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE134; }

 p { color: rgb(223,225,52); }

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

background-color css

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

 a { background-color: rgb(223,225,52); }

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

border-color css

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

 span { border-color: rgb(223,225,52); }

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