Html Css Color HEX #D9EA48 Starship

📋 copy color: '#D9EA48'

red 217 ◦ green 234 ◦ blue 72

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

Shades of Starship #D9EA48

Tints of Starship #D9EA48

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.74%

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

R = 41.49%
G = 44.74%
B = 13.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#D9EA48 (or 0xD9EA48) is known color: Starship. HEX triplet: D9, EA and 48. RGB value is (217,234,72). Sum of RGB (Red+Green+Blue) = 217+234+72=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EA48 is #2615B7. Grayscale: #D3D3D3. Windows color (decimal): -2495928 or 4778713. OLE color: 4778713.

HSL color Cylindrical-coordinate representation of color #D9EA48: hue angle of 66.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9EA48 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 72 -
CMYK 0.07 0 0.69 0.08
HSL 66.3º 0.79% 0.6% -
HSV(B) 66.3º 0.69% 0.92% -
XYZ 59.21 74.07 17.31 -
YUV 210.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 217 234 72 0.07 0 0.69 0.08 66.3 0.79 0.6
Hex D9 EA 48 7 0 45 8 42 4F 3C
Octal 331 352 110 7 0 105 10 102 117 74
Binary 11011001 11101010 1001000 111 0 1000101 1000 1000010 1001111 111100

Color Harmonies of #D9EA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EA48

Black with #D9EA48

Text Example


Text Example

White with #D9EA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EA48; }

 p { color: rgb(217,234,72); }

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

background-color css

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

 a { background-color: rgb(217,234,72); }

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

border-color css

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

 span { border-color: rgb(217,234,72); }

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