Html Css Color HEX #DDFC96 Reef

📋 copy color: '#DDFC96'

red 221 ◦ green 252 ◦ blue 150

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

Shades of Reef #DDFC96

Tints of Reef #DDFC96

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.45%

 BLUE value IS 150 (58.98% from 255) = 24.08%

R = 35.47%
G = 40.45%
B = 24.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#DDFC96 (or 0xDDFC96) is known color: Reef. HEX triplet: DD, FC and 96. RGB value is (221,252,150). Sum of RGB (Red+Green+Blue) = 221+252+150=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 150 (58.98% from 255 or 24.08% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC96 is #220369. Grayscale: #E7E7E7. Windows color (decimal): -2229098 or 9895133. OLE color: 9895133.

HSL color Cylindrical-coordinate representation of color #DDFC96: hue angle of 78.24º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDFC96 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 150 -
CMYK 0.12 0 0.40 0.01
HSL 78.24º 0.94% 0.79% -
HSV(B) 78.24º 0.4% 0.99% -
XYZ 70.13 87.19 41.99 -
YUV 231.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 221 252 150 0.12 0 0.40 0.01 78.24 0.94 0.79
Hex DD FC 96 C 0 28 1 4E 5E 4F
Octal 335 374 226 14 0 50 1 116 136 117
Binary 11011101 11111100 10010110 1100 0 101000 1 1001110 1011110 1001111

Color Harmonies of #DDFC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC96

Black with #DDFC96

Text Example


Text Example

White with #DDFC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC96; }

 p { color: rgb(221,252,150); }

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

background-color css

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

 a { background-color: rgb(221,252,150); }

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

border-color css

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

 span { border-color: rgb(221,252,150); }

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