Html Css Color HEX #D7E148 Starship

📋 copy color: '#D7E148'

red 215 ◦ green 225 ◦ blue 72

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

Shades of Starship #D7E148

Tints of Starship #D7E148

RGB

 RED value IS 215 (84.38% from 255) = 41.99%

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

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

R = 41.99%
G = 43.95%
B = 14.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#D7E148 (or 0xD7E148) is known color: Starship. HEX triplet: D7, E1 and 48. RGB value is (215,225,72). Sum of RGB (Red+Green+Blue) = 215+225+72=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E148 is #281EB7. Grayscale: #CDCDCD. Windows color (decimal): -2629304 or 4776407. OLE color: 4776407.

HSL color Cylindrical-coordinate representation of color #D7E148: hue angle of 63.92º 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 #D7E148 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 225 72 -
CMYK 0.04 0 0.68 0.12
HSL 63.92º 0.72% 0.58% -
HSV(B) 63.92º 0.68% 0.88% -
XYZ 56.12 68.77 16.45 -
YUV 204.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 215 225 72 0.04 0 0.68 0.12 63.92 0.72 0.58
Hex D7 E1 48 4 0 44 C 40 48 3A
Octal 327 341 110 4 0 104 14 100 110 72
Binary 11010111 11100001 1001000 100 0 1000100 1100 1000000 1001000 111010

Color Harmonies of #D7E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E148

Black with #D7E148

Text Example


Text Example

White with #D7E148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E148; }

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

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

background-color css

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

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

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

border-color css

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

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

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