Html Css Color HEX #DDFE8B Reef

📋 copy color: '#DDFE8B'

red 221 ◦ green 254 ◦ blue 139

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

Shades of Reef #DDFE8B

Tints of Reef #DDFE8B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.37%

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

R = 35.99%
G = 41.37%
B = 22.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#DDFE8B (or 0xDDFE8B) is known color: Reef. HEX triplet: DD, FE and 8B. RGB value is (221,254,139). Sum of RGB (Red+Green+Blue) = 221+254+139=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE8B is #220174. Grayscale: #E7E7E7. Windows color (decimal): -2228597 or 9174749. OLE color: 9174749.

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

Color convert

RGB 221 254 139 -
CMYK 0.13 0 0.45 0.00
HSL 77.22º 0.98% 0.77% -
HSV(B) 77.22º 0.45% 1% -
XYZ 69.92 88.12 37.75 -
YUV 231.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 221 254 139 0.13 0 0.45 0.00 77.22 0.98 0.77
Hex DD FE 8B D 0 2D 0 4D 62 4D
Octal 335 376 213 15 0 55 0 115 142 115
Binary 11011101 11111110 10001011 1101 0 101101 0 1001101 1100010 1001101

Color Harmonies of #DDFE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE8B

Black with #DDFE8B

Text Example


Text Example

White with #DDFE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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