Html Css Color HEX #D6E148 Starship

📋 copy color: '#D6E148'

red 214 ◦ green 225 ◦ blue 72

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

Shades of Starship #D6E148

Tints of Starship #D6E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.09%

R = 41.88%
G = 44.03%
B = 14.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#D6E148 (or 0xD6E148) is known color: Starship. HEX triplet: D6, E1 and 48. RGB value is (214,225,72). Sum of RGB (Red+Green+Blue) = 214+225+72=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E148 is #291EB7. Grayscale: #CCCCCC. Windows color (decimal): -2694840 or 4776406. OLE color: 4776406.

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

Color convert

RGB 214 225 72 -
CMYK 0.05 0 0.68 0.12
HSL 64.31º 0.72% 0.58% -
HSV(B) 64.31º 0.68% 0.88% -
XYZ 55.83 68.61 16.43 -
YUV 204.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 214 225 72 0.05 0 0.68 0.12 64.31 0.72 0.58
Hex D6 E1 48 5 0 44 C 40 48 3A
Octal 326 341 110 5 0 104 14 100 110 72
Binary 11010110 11100001 1001000 101 0 1000100 1100 1000000 1001000 111010

Color Harmonies of #D6E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E148

Black with #D6E148

Text Example


Text Example

White with #D6E148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E148; }

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

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

background-color css

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

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

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

border-color css

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

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

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