Html Css Color HEX #DDF246 Starship

📋 copy color: '#DDF246'

red 221 ◦ green 242 ◦ blue 70

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

Shades of Starship #DDF246

Tints of Starship #DDF246

RGB

 RED value IS 221 (86.72% from 255) = 41.46%

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

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

R = 41.46%
G = 45.4%
B = 13.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#DDF246 (or 0xDDF246) is known color: Starship. HEX triplet: DD, F2 and 46. RGB value is (221,242,70). Sum of RGB (Red+Green+Blue) = 221+242+70=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF246 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF246 is #220DB9. Grayscale: #D8D8D8. Windows color (decimal): -2231738 or 4649693. OLE color: 4649693.

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

Color convert

RGB 221 242 70 -
CMYK 0.09 0 0.71 0.05
HSL 67.33º 0.87% 0.61% -
HSV(B) 67.33º 0.71% 0.95% -
XYZ 62.68 79.32 17.8 -
YUV 216.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 221 242 70 0.09 0 0.71 0.05 67.33 0.87 0.61
Hex DD F2 46 9 0 47 5 43 57 3D
Octal 335 362 106 11 0 107 5 103 127 75
Binary 11011101 11110010 1000110 1001 0 1000111 101 1000011 1010111 111101

Color Harmonies of #DDF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF246

Black with #DDF246

Text Example


Text Example

White with #DDF246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF246; }

 p { color: rgb(221,242,70); }

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

background-color css

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

 a { background-color: rgb(221,242,70); }

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

border-color css

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

 span { border-color: rgb(221,242,70); }

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