Html Css Color HEX #D6E145 Starship

📋 copy color: '#D6E145'

red 214 ◦ green 225 ◦ blue 69

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

Shades of Starship #D6E145

Tints of Starship #D6E145

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

 BLUE value IS 69 (27.34% from 255) = 13.58%

R = 42.13%
G = 44.29%
B = 13.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#D6E145 (or 0xD6E145) is known color: Starship. HEX triplet: D6, E1 and 45. RGB value is (214,225,69). Sum of RGB (Red+Green+Blue) = 214+225+69=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E145 is #291EBA. Grayscale: #CCCCCC. Windows color (decimal): -2694843 or 4579798. OLE color: 4579798.

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

Color convert

RGB 214 225 69 -
CMYK 0.05 0 0.69 0.12
HSL 64.23º 0.72% 0.58% -
HSV(B) 64.23º 0.69% 0.88% -
XYZ 55.73 68.58 15.93 -
YUV 203.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 214 225 69 0.05 0 0.69 0.12 64.23 0.72 0.58
Hex D6 E1 45 5 0 45 C 40 48 3A
Octal 326 341 105 5 0 105 14 100 110 72
Binary 11010110 11100001 1000101 101 0 1000101 1100 1000000 1001000 111010

Color Harmonies of #D6E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E145

Black with #D6E145

Text Example


Text Example

White with #D6E145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E145; }

 p { color: rgb(214,225,69); }

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

background-color css

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

 a { background-color: rgb(214,225,69); }

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

border-color css

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

 span { border-color: rgb(214,225,69); }

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