Html Css Color HEX #DDFC9B Reef

📋 copy color: '#DDFC9B'

red 221 ◦ green 252 ◦ blue 155

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

Shades of Reef #DDFC9B

Tints of Reef #DDFC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.68%

R = 35.19%
G = 40.13%
B = 24.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#DDFC9B (or 0xDDFC9B) is known color: Reef. HEX triplet: DD, FC and 9B. RGB value is (221,252,155). Sum of RGB (Red+Green+Blue) = 221+252+155=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC9B is #220364. Grayscale: #E8E8E8. Windows color (decimal): -2229093 or 10222813. OLE color: 10222813.

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

Color convert

RGB 221 252 155 -
CMYK 0.12 0 0.38 0.01
HSL 79.18º 0.94% 0.8% -
HSV(B) 79.18º 0.38% 0.99% -
XYZ 70.55 87.36 44.15 -
YUV 231.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 221 252 155 0.12 0 0.38 0.01 79.18 0.94 0.8
Hex DD FC 9B C 0 26 1 4F 5E 50
Octal 335 374 233 14 0 46 1 117 136 120
Binary 11011101 11111100 10011011 1100 0 100110 1 1001111 1011110 1010000

Color Harmonies of #DDFC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC9B

Black with #DDFC9B

Text Example


Text Example

White with #DDFC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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