Html Css Color HEX #DDF193 Reef

📋 copy color: '#DDF193'

red 221 ◦ green 241 ◦ blue 147

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

Shades of Reef #DDF193

Tints of Reef #DDF193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.14%

R = 36.29%
G = 39.57%
B = 24.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#DDF193 (or 0xDDF193) is known color: Reef. HEX triplet: DD, F1 and 93. RGB value is (221,241,147). Sum of RGB (Red+Green+Blue) = 221+241+147=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF193 is #220E6C. Grayscale: #E0E0E0. Windows color (decimal): -2231917 or 9695709. OLE color: 9695709.

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

Color convert

RGB 221 241 147 -
CMYK 0.08 0 0.39 0.05
HSL 72.77º 0.77% 0.76% -
HSV(B) 72.77º 0.39% 0.95% -
XYZ 66.54 80.39 39.61 -
YUV 224.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 221 241 147 0.08 0 0.39 0.05 72.77 0.77 0.76
Hex DD F1 93 8 0 27 5 49 4D 4C
Octal 335 361 223 10 0 47 5 111 115 114
Binary 11011101 11110001 10010011 1000 0 100111 101 1001001 1001101 1001100

Color Harmonies of #DDF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF193

Black with #DDF193

Text Example


Text Example

White with #DDF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF193; }

 p { color: rgb(221,241,147); }

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

background-color css

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

 a { background-color: rgb(221,241,147); }

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

border-color css

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

 span { border-color: rgb(221,241,147); }

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