Html Css Color HEX #DEF144 Starship

📋 copy color: '#DEF144'

red 222 ◦ green 241 ◦ blue 68

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

Shades of Starship #DEF144

Tints of Starship #DEF144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.81%

R = 41.81%
G = 45.39%
B = 12.81%

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

#DEF144 (or 0xDEF144) is known color: Starship. HEX triplet: DE, F1 and 44. RGB value is (222,241,68). Sum of RGB (Red+Green+Blue) = 222+241+68=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF144 is #210EBB. Grayscale: #D8D8D8. Windows color (decimal): -2166460 or 4518366. OLE color: 4518366.

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

Color convert

RGB 222 241 68 -
CMYK 0.08 0 0.72 0.05
HSL 66.59º 0.86% 0.61% -
HSV(B) 66.59º 0.72% 0.95% -
XYZ 62.62 78.86 17.39 -
YUV 215.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 222 241 68 0.08 0 0.72 0.05 66.59 0.86 0.61
Hex DE F1 44 8 0 48 5 43 56 3D
Octal 336 361 104 10 0 110 5 103 126 75
Binary 11011110 11110001 1000100 1000 0 1001000 101 1000011 1010110 111101

Color Harmonies of #DEF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF144

Black with #DEF144

Text Example


Text Example

White with #DEF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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