Html Css Color HEX #DCFBA4 Reef

📋 copy color: '#DCFBA4'

red 220 ◦ green 251 ◦ blue 164

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

Shades of Reef #DCFBA4

Tints of Reef #DCFBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.83%

R = 34.65%
G = 39.53%
B = 25.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#DCFBA4 (or 0xDCFBA4) is known color: Reef. HEX triplet: DC, FB and A4. RGB value is (220,251,164). Sum of RGB (Red+Green+Blue) = 220+251+164=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA4 is #23045B. Grayscale: #E8E8E8. Windows color (decimal): -2294876 or 10812380. OLE color: 10812380.

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

Color convert

RGB 220 251 164 -
CMYK 0.12 0 0.35 0.02
HSL 81.38º 0.92% 0.81% -
HSV(B) 81.38º 0.35% 0.98% -
XYZ 70.71 86.89 48.17 -
YUV 231.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 220 251 164 0.12 0 0.35 0.02 81.38 0.92 0.81
Hex DC FB A4 C 0 23 2 51 5C 51
Octal 334 373 244 14 0 43 2 121 134 121
Binary 11011100 11111011 10100100 1100 0 100011 10 1010001 1011100 1010001

Color Harmonies of #DCFBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBA4

Black with #DCFBA4

Text Example


Text Example

White with #DCFBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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