Html Css Color HEX #DEF248 Starship

📋 copy color: '#DEF248'

red 222 ◦ green 242 ◦ blue 72

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

Shades of Starship #DEF248

Tints of Starship #DEF248

RGB

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

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

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

R = 41.42%
G = 45.15%
B = 13.43%

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

#DEF248 (or 0xDEF248) is known color: Starship. HEX triplet: DE, F2 and 48. RGB value is (222,242,72). Sum of RGB (Red+Green+Blue) = 222+242+72=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF248 is #210DB7. Grayscale: #D9D9D9. Windows color (decimal): -2166200 or 4780766. OLE color: 4780766.

HSL color Cylindrical-coordinate representation of color #DEF248: hue angle of 67.06º 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 #DEF248 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 72 -
CMYK 0.08 0 0.70 0.05
HSL 67.06º 0.87% 0.62% -
HSV(B) 67.06º 0.7% 0.95% -
XYZ 63.05 79.5 18.15 -
YUV 216.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 222 242 72 0.08 0 0.70 0.05 67.06 0.87 0.62
Hex DE F2 48 8 0 46 5 43 57 3E
Octal 336 362 110 10 0 106 5 103 127 76
Binary 11011110 11110010 1001000 1000 0 1000110 101 1000011 1010111 111110

Color Harmonies of #DEF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF248

Black with #DEF248

Text Example


Text Example

White with #DEF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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