Html Css Color HEX #DDFF8B Reef

📋 copy color: '#DDFF8B'

red 221 ◦ green 255 ◦ blue 139

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

Shades of Reef #DDFF8B

Tints of Reef #DDFF8B

RGB

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

 GREEN value IS 255 (100% from 255) = 41.46%

 BLUE value IS 139 (54.69% from 255) = 22.6%

R = 35.93%
G = 41.46%
B = 22.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#DDFF8B (or 0xDDFF8B) is known color: Reef. HEX triplet: DD, FF and 8B. RGB value is (221,255,139). Sum of RGB (Red+Green+Blue) = 221+255+139=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 139 (54.69% from 255 or 22.60% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF8B is #220074. Grayscale: #E8E8E8. Windows color (decimal): -2228341 or 9175005. OLE color: 9175005.

HSL color Cylindrical-coordinate representation of color #DDFF8B: hue angle of 77.59º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDFF8B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 139 -
CMYK 0.13 0 0.45 0
HSL 77.59º 1% 0.77% -
HSV(B) 77.59º 0.45% 1% -
XYZ 70.24 88.76 37.86 -
YUV 231.61 75.74 120.43 -
System Red Green Blue C M Y K H S L
Decimal 221 255 139 0.13 0 0.45 0 77.59 1 0.77
Hex DD FF 8B D 0 2D 0 4E 64 4D
Octal 335 377 213 15 0 55 0 116 144 115
Binary 11011101 11111111 10001011 1101 0 101101 0 1001110 1100100 1001101

Color Harmonies of #DDFF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF8B

Black with #DDFF8B

Text Example


Text Example

White with #DDFF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF8B; }

 p { color: rgb(221,255,139); }

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

background-color css

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

 a { background-color: rgb(221,255,139); }

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

border-color css

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

 span { border-color: rgb(221,255,139); }

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