Html Css Color HEX #DDFF8A Reef

📋 copy color: '#DDFF8A'

red 221 ◦ green 255 ◦ blue 138

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

Shades of Reef #DDFF8A

Tints of Reef #DDFF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.48%

R = 35.99%
G = 41.53%
B = 22.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#DDFF8A (or 0xDDFF8A) is known color: Reef. HEX triplet: DD, FF and 8A. RGB value is (221,255,138). Sum of RGB (Red+Green+Blue) = 221+255+138=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 138 (54.30% from 255 or 22.48% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF8A is #220075. Grayscale: #E7E7E7. Windows color (decimal): -2228342 or 9109469. OLE color: 9109469.

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

Color convert

RGB 221 255 138 -
CMYK 0.13 0 0.46 0
HSL 77.44º 1% 0.77% -
HSV(B) 77.44º 0.46% 1% -
XYZ 70.17 88.73 37.47 -
YUV 231.5 75.24 120.51 -
System Red Green Blue C M Y K H S L
Decimal 221 255 138 0.13 0 0.46 0 77.44 1 0.77
Hex DD FF 8A D 0 2E 0 4D 64 4D
Octal 335 377 212 15 0 56 0 115 144 115
Binary 11011101 11111111 10001010 1101 0 101110 0 1001101 1100100 1001101

Color Harmonies of #DDFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF8A

Black with #DDFF8A

Text Example


Text Example

White with #DDFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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