Html Css Color HEX #DDF247 Starship

📋 copy color: '#DDF247'

red 221 ◦ green 242 ◦ blue 71

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

Shades of Starship #DDF247

Tints of Starship #DDF247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.3%

R = 41.39%
G = 45.32%
B = 13.3%

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

#DDF247 (or 0xDDF247) is known color: Starship. HEX triplet: DD, F2 and 47. RGB value is (221,242,71). Sum of RGB (Red+Green+Blue) = 221+242+71=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF247 is #220DB8. Grayscale: #D8D8D8. Windows color (decimal): -2231737 or 4715229. OLE color: 4715229.

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

Color convert

RGB 221 242 71 -
CMYK 0.09 0 0.71 0.05
HSL 67.37º 0.87% 0.61% -
HSV(B) 67.37º 0.71% 0.95% -
XYZ 62.71 79.33 17.97 -
YUV 216.23 46.04 131.4 -
System Red Green Blue C M Y K H S L
Decimal 221 242 71 0.09 0 0.71 0.05 67.37 0.87 0.61
Hex DD F2 47 9 0 47 5 43 57 3D
Octal 335 362 107 11 0 107 5 103 127 75
Binary 11011101 11110010 1000111 1001 0 1000111 101 1000011 1010111 111101

Color Harmonies of #DDF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF247

Black with #DDF247

Text Example


Text Example

White with #DDF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF247; }

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

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

background-color css

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

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

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

border-color css

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

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

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