Html Css Color HEX #D9E140 Starship

📋 copy color: '#D9E140'

red 217 ◦ green 225 ◦ blue 64

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

Shades of Starship #D9E140

Tints of Starship #D9E140

RGB

 RED value IS 217 (85.16% from 255) = 42.89%

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

 BLUE value IS 64 (25.39% from 255) = 12.65%

R = 42.89%
G = 44.47%
B = 12.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D9E140 (or 0xD9E140) is known color: Starship. HEX triplet: D9, E1 and 40. RGB value is (217,225,64). Sum of RGB (Red+Green+Blue) = 217+225+64=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E140 is #261EBF. Grayscale: #CCCCCC. Windows color (decimal): -2498240 or 4252121. OLE color: 4252121.

HSL color Cylindrical-coordinate representation of color #D9E140: hue angle of 62.98º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9E140 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 225 64 -
CMYK 0.04 0 0.72 0.12
HSL 62.98º 0.73% 0.57% -
HSV(B) 62.98º 0.72% 0.88% -
XYZ 56.47 68.97 15.19 -
YUV 204.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 217 225 64 0.04 0 0.72 0.12 62.98 0.73 0.57
Hex D9 E1 40 4 0 48 C 3F 49 39
Octal 331 341 100 4 0 110 14 77 111 71
Binary 11011001 11100001 1000000 100 0 1001000 1100 111111 1001001 111001

Color Harmonies of #D9E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E140

Black with #D9E140

Text Example


Text Example

White with #D9E140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E140; }

 p { color: rgb(217,225,64); }

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

background-color css

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

 a { background-color: rgb(217,225,64); }

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

border-color css

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

 span { border-color: rgb(217,225,64); }

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