Html Css Color HEX #DCFBA9 Reef

📋 copy color: '#DCFBA9'

red 220 ◦ green 251 ◦ blue 169

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

Shades of Reef #DCFBA9

Tints of Reef #DCFBA9

RGB

 RED value IS 220 (86.33% from 255) = 34.38%

 GREEN value IS 251 (98.44% from 255) = 39.22%

 BLUE value IS 169 (66.41% from 255) = 26.41%

R = 34.38%
G = 39.22%
B = 26.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DCFBA9 (or 0xDCFBA9) is known color: Reef. HEX triplet: DC, FB and A9. RGB value is (220,251,169). Sum of RGB (Red+Green+Blue) = 220+251+169=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 169 (66.41% from 255 or 26.41% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA9 is #230456. Grayscale: #E8E8E8. Windows color (decimal): -2294871 or 11140060. OLE color: 11140060.

HSL color Cylindrical-coordinate representation of color #DCFBA9: hue angle of 82.68º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCFBA9 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 169 -
CMYK 0.12 0 0.33 0.02
HSL 82.68º 0.91% 0.82% -
HSV(B) 82.68º 0.33% 0.98% -
XYZ 71.17 87.07 50.59 -
YUV 232.38 92.23 119.17 -
System Red Green Blue C M Y K H S L
Decimal 220 251 169 0.12 0 0.33 0.02 82.68 0.91 0.82
Hex DC FB A9 C 0 21 2 53 5B 52
Octal 334 373 251 14 0 41 2 123 133 122
Binary 11011100 11111011 10101001 1100 0 100001 10 1010011 1011011 1010010

Color Harmonies of #DCFBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBA9

Black with #DCFBA9

Text Example


Text Example

White with #DCFBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBA9; }

 p { color: rgb(220,251,169); }

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

background-color css

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

 a { background-color: rgb(220,251,169); }

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

border-color css

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

 span { border-color: rgb(220,251,169); }

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