Html Css Color HEX #DDF595 Reef

📋 copy color: '#DDF595'

red 221 ◦ green 245 ◦ blue 149

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

Shades of Reef #DDF595

Tints of Reef #DDF595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.23%

R = 35.93%
G = 39.84%
B = 24.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#DDF595 (or 0xDDF595) is known color: Reef. HEX triplet: DD, F5 and 95. RGB value is (221,245,149). Sum of RGB (Red+Green+Blue) = 221+245+149=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF595 is #220A6A. Grayscale: #E3E3E3. Windows color (decimal): -2230891 or 9827805. OLE color: 9827805.

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

Color convert

RGB 221 245 149 -
CMYK 0.10 0 0.39 0.04
HSL 75º 0.83% 0.77% -
HSV(B) 75º 0.39% 0.96% -
XYZ 67.9 82.85 40.85 -
YUV 226.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 221 245 149 0.10 0 0.39 0.04 75 0.83 0.77
Hex DD F5 95 A 0 27 4 4B 53 4D
Octal 335 365 225 12 0 47 4 113 123 115
Binary 11011101 11110101 10010101 1010 0 100111 100 1001011 1010011 1001101

Color Harmonies of #DDF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF595

Black with #DDF595

Text Example


Text Example

White with #DDF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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