Html Css Color HEX #DFF242 Starship

📋 copy color: '#DFF242'

red 223 ◦ green 242 ◦ blue 66

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

Shades of Starship #DFF242

Tints of Starship #DFF242

RGB

 RED value IS 223 (87.5% from 255) = 42%

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

 BLUE value IS 66 (26.17% from 255) = 12.43%

R = 42%
G = 45.57%
B = 12.43%

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

#DFF242 (or 0xDFF242) is known color: Starship. HEX triplet: DF, F2 and 42. RGB value is (223,242,66). Sum of RGB (Red+Green+Blue) = 223+242+66=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 66 (26.17% from 255 or 12.43% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF242 is #200DBD. Grayscale: #D8D8D8. Windows color (decimal): -2100670 or 4387551. OLE color: 4387551.

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

Color convert

RGB 223 242 66 -
CMYK 0.08 0 0.73 0.05
HSL 66.48º 0.87% 0.6% -
HSV(B) 66.48º 0.73% 0.95% -
XYZ 63.17 79.59 17.19 -
YUV 216.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 223 242 66 0.08 0 0.73 0.05 66.48 0.87 0.6
Hex DF F2 42 8 0 49 5 42 57 3C
Octal 337 362 102 10 0 111 5 102 127 74
Binary 11011111 11110010 1000010 1000 0 1001001 101 1000010 1010111 111100

Color Harmonies of #DFF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF242

Black with #DFF242

Text Example


Text Example

White with #DFF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFF242; }

 p { color: rgb(223,242,66); }

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

background-color css

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

 a { background-color: rgb(223,242,66); }

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

border-color css

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

 span { border-color: rgb(223,242,66); }

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