Html Css Color HEX #DEF143 Starship

📋 copy color: '#DEF143'

red 222 ◦ green 241 ◦ blue 67

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

Shades of Starship #DEF143

Tints of Starship #DEF143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.64%

R = 41.89%
G = 45.47%
B = 12.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#DEF143 (or 0xDEF143) is known color: Starship. HEX triplet: DE, F1 and 43. RGB value is (222,241,67). Sum of RGB (Red+Green+Blue) = 222+241+67=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 67 (26.56% from 255 or 12.64% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF143 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF143 is #210EBC. Grayscale: #D8D8D8. Windows color (decimal): -2166461 or 4452830. OLE color: 4452830.

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

Color convert

RGB 222 241 67 -
CMYK 0.08 0 0.72 0.05
HSL 66.55º 0.86% 0.6% -
HSV(B) 66.55º 0.72% 0.95% -
XYZ 62.59 78.85 17.23 -
YUV 215.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 222 241 67 0.08 0 0.72 0.05 66.55 0.86 0.6
Hex DE F1 43 8 0 48 5 43 56 3C
Octal 336 361 103 10 0 110 5 103 126 74
Binary 11011110 11110001 1000011 1000 0 1001000 101 1000011 1010110 111100

Color Harmonies of #DEF143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF143

Black with #DEF143

Text Example


Text Example

White with #DEF143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF143; }

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

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

background-color css

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

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

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

border-color css

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

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

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