Html Css Color HEX #DDF594 Reef

📋 copy color: '#DDF594'

red 221 ◦ green 245 ◦ blue 148

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

Shades of Reef #DDF594

Tints of Reef #DDF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.9%

 BLUE value IS 148 (58.2% from 255) = 24.1%

R = 35.99%
G = 39.9%
B = 24.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#DDF594 (or 0xDDF594) is known color: Reef. HEX triplet: DD, F5 and 94. RGB value is (221,245,148). Sum of RGB (Red+Green+Blue) = 221+245+148=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 245 (96.09% from 255 or 39.90% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF594 is #220A6B. Grayscale: #E3E3E3. Windows color (decimal): -2230892 or 9762269. OLE color: 9762269.

HSL color Cylindrical-coordinate representation of color #DDF594: hue angle of 74.85º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDF594 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 148 -
CMYK 0.10 0 0.40 0.04
HSL 74.85º 0.83% 0.77% -
HSV(B) 74.85º 0.4% 0.96% -
XYZ 67.82 82.82 40.43 -
YUV 226.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 221 245 148 0.10 0 0.40 0.04 74.85 0.83 0.77
Hex DD F5 94 A 0 28 4 4B 53 4D
Octal 335 365 224 12 0 50 4 113 123 115
Binary 11011101 11110101 10010100 1010 0 101000 100 1001011 1010011 1001101

Color Harmonies of #DDF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF594

Black with #DDF594

Text Example


Text Example

White with #DDF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF594; }

 p { color: rgb(221,245,148); }

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

background-color css

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

 a { background-color: rgb(221,245,148); }

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

border-color css

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

 span { border-color: rgb(221,245,148); }

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