Html Css Color HEX #DEF249 Starship

📋 copy color: '#DEF249'

red 222 ◦ green 242 ◦ blue 73

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

Shades of Starship #DEF249

Tints of Starship #DEF249

RGB

 RED value IS 222 (87.11% from 255) = 41.34%

 GREEN value IS 242 (94.92% from 255) = 45.07%

 BLUE value IS 73 (28.91% from 255) = 13.59%

R = 41.34%
G = 45.07%
B = 13.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DEF249 (or 0xDEF249) is known color: Starship. HEX triplet: DE, F2 and 49. RGB value is (222,242,73). Sum of RGB (Red+Green+Blue) = 222+242+73=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF249 is #210DB6. Grayscale: #D9D9D9. Windows color (decimal): -2166199 or 4846302. OLE color: 4846302.

HSL color Cylindrical-coordinate representation of color #DEF249: hue angle of 67.1º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEF249 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 73 -
CMYK 0.08 0 0.70 0.05
HSL 67.1º 0.87% 0.62% -
HSV(B) 67.1º 0.7% 0.95% -
XYZ 63.08 79.51 18.33 -
YUV 216.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 222 242 73 0.08 0 0.70 0.05 67.1 0.87 0.62
Hex DE F2 49 8 0 46 5 43 57 3E
Octal 336 362 111 10 0 106 5 103 127 76
Binary 11011110 11110010 1001001 1000 0 1000110 101 1000011 1010111 111110

Color Harmonies of #DEF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF249

Black with #DEF249

Text Example


Text Example

White with #DEF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF249; }

 p { color: rgb(222,242,73); }

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

background-color css

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

 a { background-color: rgb(222,242,73); }

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

border-color css

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

 span { border-color: rgb(222,242,73); }

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