Html Css Color HEX #DEF242 Starship

📋 copy color: '#DEF242'

red 222 ◦ green 242 ◦ blue 66

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

Shades of Starship #DEF242

Tints of Starship #DEF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.45%

R = 41.89%
G = 45.66%
B = 12.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DEF242 (or 0xDEF242) is known color: Starship. HEX triplet: DE, F2 and 42. RGB value is (222,242,66). Sum of RGB (Red+Green+Blue) = 222+242+66=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF242 is #210DBD. Grayscale: #D8D8D8. Windows color (decimal): -2166206 or 4387550. OLE color: 4387550.

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

Color convert

RGB 222 242 66 -
CMYK 0.08 0 0.73 0.05
HSL 66.82º 0.87% 0.6% -
HSV(B) 66.82º 0.73% 0.95% -
XYZ 62.86 79.43 17.17 -
YUV 215.96 43.37 132.31 -
System Red Green Blue C M Y K H S L
Decimal 222 242 66 0.08 0 0.73 0.05 66.82 0.87 0.6
Hex DE F2 42 8 0 49 5 43 57 3C
Octal 336 362 102 10 0 111 5 103 127 74
Binary 11011110 11110010 1000010 1000 0 1001001 101 1000011 1010111 111100

Color Harmonies of #DEF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF242

Black with #DEF242

Text Example


Text Example

White with #DEF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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