Html Css Color HEX #DEF246 Starship

📋 copy color: '#DEF246'

red 222 ◦ green 242 ◦ blue 70

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

Shades of Starship #DEF246

Tints of Starship #DEF246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.11%

R = 41.57%
G = 45.32%
B = 13.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#DEF246 (or 0xDEF246) is known color: Starship. HEX triplet: DE, F2 and 46. RGB value is (222,242,70). Sum of RGB (Red+Green+Blue) = 222+242+70=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF246 is #210DB9. Grayscale: #D9D9D9. Windows color (decimal): -2166202 or 4649694. OLE color: 4649694.

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

Color convert

RGB 222 242 70 -
CMYK 0.08 0 0.71 0.05
HSL 66.98º 0.87% 0.61% -
HSV(B) 66.98º 0.71% 0.95% -
XYZ 62.98 79.48 17.82 -
YUV 216.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 222 242 70 0.08 0 0.71 0.05 66.98 0.87 0.61
Hex DE F2 46 8 0 47 5 43 57 3D
Octal 336 362 106 10 0 107 5 103 127 75
Binary 11011110 11110010 1000110 1000 0 1000111 101 1000011 1010111 111101

Color Harmonies of #DEF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF246

Black with #DEF246

Text Example


Text Example

White with #DEF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF246; }

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

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

background-color css

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

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

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

border-color css

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

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

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