Html Css Color HEX #D9E142 Starship

📋 copy color: '#D9E142'

red 217 ◦ green 225 ◦ blue 66

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

Shades of Starship #D9E142

Tints of Starship #D9E142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.99%

R = 42.72%
G = 44.29%
B = 12.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D9E142 (or 0xD9E142) is known color: Starship. HEX triplet: D9, E1 and 42. RGB value is (217,225,66). Sum of RGB (Red+Green+Blue) = 217+225+66=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E142 is #261EBD. Grayscale: #CDCDCD. Windows color (decimal): -2498238 or 4383193. OLE color: 4383193.

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

Color convert

RGB 217 225 66 -
CMYK 0.04 0 0.71 0.12
HSL 63.02º 0.73% 0.57% -
HSV(B) 63.02º 0.71% 0.88% -
XYZ 56.52 69 15.49 -
YUV 204.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 217 225 66 0.04 0 0.71 0.12 63.02 0.73 0.57
Hex D9 E1 42 4 0 47 C 3F 49 39
Octal 331 341 102 4 0 107 14 77 111 71
Binary 11011001 11100001 1000010 100 0 1000111 1100 111111 1001001 111001

Color Harmonies of #D9E142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E142

Black with #D9E142

Text Example


Text Example

White with #D9E142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E142; }

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

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

background-color css

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

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

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

border-color css

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

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

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