Html Css Color HEX #DDF34A Starship

📋 copy color: '#DDF34A'

red 221 ◦ green 243 ◦ blue 74

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

Shades of Starship #DDF34A

Tints of Starship #DDF34A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

 BLUE value IS 74 (29.3% from 255) = 13.75%

R = 41.08%
G = 45.17%
B = 13.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DDF34A (or 0xDDF34A) is known color: Starship. HEX triplet: DD, F3 and 4A. RGB value is (221,243,74). Sum of RGB (Red+Green+Blue) = 221+243+74=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF34A is #220CB5. Grayscale: #D9D9D9. Windows color (decimal): -2231478 or 4912093. OLE color: 4912093.

HSL color Cylindrical-coordinate representation of color #DDF34A: hue angle of 67.81º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDF34A is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 74 -
CMYK 0.09 0 0.70 0.05
HSL 67.81º 0.88% 0.62% -
HSV(B) 67.81º 0.7% 0.95% -
XYZ 63.11 79.97 18.59 -
YUV 217.16 47.21 130.74 -
System Red Green Blue C M Y K H S L
Decimal 221 243 74 0.09 0 0.70 0.05 67.81 0.88 0.62
Hex DD F3 4A 9 0 46 5 44 58 3E
Octal 335 363 112 11 0 106 5 104 130 76
Binary 11011101 11110011 1001010 1001 0 1000110 101 1000100 1011000 111110

Color Harmonies of #DDF34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF34A

Black with #DDF34A

Text Example


Text Example

White with #DDF34A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF34A; }

 p { color: rgb(221,243,74); }

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

background-color css

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

 a { background-color: rgb(221,243,74); }

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

border-color css

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

 span { border-color: rgb(221,243,74); }

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