Html Css Color HEX #DEF141 Starship

📋 copy color: '#DEF141'

red 222 ◦ green 241 ◦ blue 65

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

Shades of Starship #DEF141

Tints of Starship #DEF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.31%

R = 42.05%
G = 45.64%
B = 12.31%

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

#DEF141 (or 0xDEF141) is known color: Starship. HEX triplet: DE, F1 and 41. RGB value is (222,241,65). Sum of RGB (Red+Green+Blue) = 222+241+65=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF141 is #210EBE. Grayscale: #D7D7D7. Windows color (decimal): -2166463 or 4321758. OLE color: 4321758.

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

Color convert

RGB 222 241 65 -
CMYK 0.08 0 0.73 0.05
HSL 66.48º 0.86% 0.6% -
HSV(B) 66.48º 0.73% 0.95% -
XYZ 62.53 78.82 16.92 -
YUV 215.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 222 241 65 0.08 0 0.73 0.05 66.48 0.86 0.6
Hex DE F1 41 8 0 49 5 42 56 3C
Octal 336 361 101 10 0 111 5 102 126 74
Binary 11011110 11110001 1000001 1000 0 1001001 101 1000010 1010110 111100

Color Harmonies of #DEF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF141

Black with #DEF141

Text Example


Text Example

White with #DEF141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF141; }

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

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

background-color css

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

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

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

border-color css

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

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

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