Html Css Color HEX #DEF146 Starship

📋 copy color: '#DEF146'

red 222 ◦ green 241 ◦ blue 70

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

Shades of Starship #DEF146

Tints of Starship #DEF146

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.22%

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

R = 41.65%
G = 45.22%
B = 13.13%

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

#DEF146 (or 0xDEF146) is known color: Starship. HEX triplet: DE, F1 and 46. RGB value is (222,241,70). Sum of RGB (Red+Green+Blue) = 222+241+70=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF146 is #210EB9. Grayscale: #D8D8D8. Windows color (decimal): -2166458 or 4649438. OLE color: 4649438.

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

Color convert

RGB 222 241 70 -
CMYK 0.08 0 0.71 0.05
HSL 66.67º 0.86% 0.61% -
HSV(B) 66.67º 0.71% 0.95% -
XYZ 62.68 78.88 17.72 -
YUV 215.83 45.71 132.4 -
System Red Green Blue C M Y K H S L
Decimal 222 241 70 0.08 0 0.71 0.05 66.67 0.86 0.61
Hex DE F1 46 8 0 47 5 43 56 3D
Octal 336 361 106 10 0 107 5 103 126 75
Binary 11011110 11110001 1000110 1000 0 1000111 101 1000011 1010110 111101

Color Harmonies of #DEF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF146

Black with #DEF146

Text Example


Text Example

White with #DEF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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